summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-05-20 11:27:24 +0200
committerGitHub <noreply@github.com>2021-05-20 11:27:24 +0200
commit7ffee26aa8768736593c77dcb12d17978a6e06b2 (patch)
treef570754f02d47e081d61a9f0bf783ebd8d7cc780 /apps/sharebymail
parent5432c958be918bece086ccf32ffd86f68bbda675 (diff)
parentdc981623aa040c7e16dfcff16916a7706c689750 (diff)
downloadnextcloud-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.php4
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.")
);
}