diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-05-20 11:27:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 11:27:24 +0200 |
commit | 7ffee26aa8768736593c77dcb12d17978a6e06b2 (patch) | |
tree | f570754f02d47e081d61a9f0bf783ebd8d7cc780 /apps/sharebymail | |
parent | 5432c958be918bece086ccf32ffd86f68bbda675 (diff) | |
parent | dc981623aa040c7e16dfcff16916a7706c689750 (diff) | |
download | nextcloud-server-7ffee26aa8768736593c77dcb12d17978a6e06b2.tar.gz nextcloud-server-7ffee26aa8768736593c77dcb12d17978a6e06b2.zip |
Merge pull request #26511 from nextcloud/Valdnet-patch-4
l10n: Unify spelling
Diffstat (limited to 'apps/sharebymail')
-rw-r--r-- | apps/sharebymail/lib/ShareByMailProvider.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/sharebymail/lib/ShareByMailProvider.php b/apps/sharebymail/lib/ShareByMailProvider.php index 89eac5a7b8c..9d120281c57 100644 --- a/apps/sharebymail/lib/ShareByMailProvider.php +++ b/apps/sharebymail/lib/ShareByMailProvider.php @@ -212,7 +212,7 @@ class ShareByMailProvider implements IShareProvider { if ($initiatorEMailAddress === null && !$allowPasswordByMail) { throw new \Exception( - $this->l->t("We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again.") + $this->l->t("We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again.") ); } @@ -574,7 +574,7 @@ class ShareByMailProvider implements IShareProvider { if ($initiatorEMailAddress === null) { throw new \Exception( - $this->l->t("We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again.") + $this->l->t("We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again.") ); } |