diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-04-12 14:16:17 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2021-05-20 09:22:58 +0200 |
commit | 998bcad80c15c19567f09d2a8f9e3be0aca8f760 (patch) | |
tree | f220942787548180a31f020aca5ae694d2934041 /apps/sharebymail | |
parent | 9749968308d82418096a365d8d8e2e4131e44e34 (diff) | |
download | nextcloud-server-998bcad80c15c19567f09d2a8f9e3be0aca8f760.tar.gz nextcloud-server-998bcad80c15c19567f09d2a8f9e3be0aca8f760.zip |
l10n: Unify spelling
Spelling unification in Nextcloud applications.
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
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.") ); } |