Skip to content

Commit e68c7f2

Browse files
Merge pull request #49281 from nextcloud/rakekniven-patch-1
chore(i18n): Fixed grammar
2 parents 428e7a3 + 49c7f7d commit e68c7f2

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)