mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #49556 from nextcloud/backport/49281/stable30
[stable30] chore(i18n): Fixed grammar
This commit is contained in:
commit
a570d24dbd
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class MailProvider implements IDeclarativeSettingsForm {
|
|||
'default' => 1,
|
||||
'options' => [
|
||||
[
|
||||
'name' => $this->l->t('Users\'s email account'),
|
||||
'name' => $this->l->t('User\'s email account'),
|
||||
'value' => 1
|
||||
],
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue