Skip to content

Commit 9d2d55c

Browse files
fixup! feat: mail provider settings
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
1 parent 2ab9354 commit 9d2d55c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/settings/lib/Settings/Admin/SystemMail.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function getSchema(): array {
2626
'section_id' => 'server',
2727
'storage_type' => DeclarativeSettingsTypes::STORAGE_TYPE_EXTERNAL,
2828
'title' => $this->l->t('System Mails'),
29-
'description' => $this->l->t('System e-mails are messages generated automatically by Nextcloud. They are sent for example when a share is created or when inviting attendees to a calendar event..'),
29+
'description' => $this->l->t('System emails are automatically generated by Nextcloud when people perform actions like inviting others to calendar events.'),
3030

3131
'fields' => [
3232
[
@@ -36,11 +36,11 @@ public function getSchema(): array {
3636
'default' => 0,
3737
'options' => [
3838
[
39-
'name' => $this->l->t('People\'s configured mail account'),
39+
'name' => $this->l->t('People\'s e-mail account'),
4040
'value' => 0
4141
],
4242
[
43-
'name' => $this->l->t('System account'),
43+
'name' => $this->l->t('System e-mail account'),
4444
'value' => 1
4545
],
4646
],

0 commit comments

Comments
 (0)