Skip to content

Commit 49c7f7d

Browse files
authored
chore(i18n): Fixed grammar
Signed-off-by: rakekniven <[email protected]>
1 parent 428e7a3 commit 49c7f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function getSchema(): array {
3636
'default' => 1,
3737
'options' => [
3838
[
39-
'name' => $this->l->t('Users\'s email account'),
39+
'name' => $this->l->t('User\'s email account'),
4040
'value' => 1
4141
],
4242
[

0 commit comments

Comments
 (0)