Skip to content

Commit

Permalink
fixup! feat: mail provider settings
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <[email protected]>
  • Loading branch information
SebastianKrupinski committed Oct 6, 2024
1 parent 36ca7e6 commit 23b3824
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/settings/lib/Settings/Admin/SystemMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function getSchema(): array {
'section_id' => 'server',
'storage_type' => DeclarativeSettingsTypes::STORAGE_TYPE_EXTERNAL,
'title' => $this->l->t('System Mails'),
'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..'),
'description' => $this->l->t('System emails are automatically generated by Nextcloud when people perform actions like inviting others to calendar events.'),

'fields' => [
[
Expand All @@ -36,11 +36,11 @@ public function getSchema(): array {
'default' => 0,
'options' => [
[
'name' => $this->l->t('People\'s configured mail account'),
'name' => $this->l->t('People\'s e-mail account'),
'value' => 0
],
[
'name' => $this->l->t('System account'),
'name' => $this->l->t('System e-mail account'),
'value' => 1
],
],
Expand Down

0 comments on commit 23b3824

Please sign in to comment.