aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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.")
);
}