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:
parent
9749968308
commit
998bcad80c
|
@ -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
Loading…
Reference in New Issue