From d27aecebc0750765180020a34a3b33beb676436b Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Mon, 12 Apr 2021 10:23:11 +0200 Subject: [PATCH] l10n: Unify spelling Spelling unification in Nextcloud applications. --- core/src/components/login/UpdatePassword.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/login/UpdatePassword.vue b/core/src/components/login/UpdatePassword.vue index 3fa3c60773..cb615a846d 100644 --- a/core/src/components/login/UpdatePassword.vue +++ b/core/src/components/login/UpdatePassword.vue @@ -125,7 +125,7 @@ export default { } } catch (e) { this.error = true - this.message = e.message ? e.message : t('core', 'Password can not be changed. Please contact your administrator.') + this.message = e.message ? e.message : t('core', 'Password cannot be changed. Please contact your administrator.') } finally { this.loading = false }