l10n: Unify spelling

Spelling unification in Nextcloud applications.

Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
This commit is contained in:
Valdnet 2021-04-12 14:16:17 +02:00 committed by Morris Jobke
parent 9749968308
commit 998bcad80c
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
3 changed files with 4 additions and 4 deletions

View File

@ -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.")
);
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long