mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 01:00:20 -04:00
Merge pull request #49281 from nextcloud/rakekniven-patch-1
chore(i18n): Fixed grammar
This commit is contained in:
commit
e68c7f2bfa
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