diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-04-12 10:23:11 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2021-05-20 09:22:07 +0200 |
commit | d27aecebc0750765180020a34a3b33beb676436b (patch) | |
tree | 04b07aa65ea0335cc2e0a8f91d118d86562938c2 /core | |
parent | ddfb081463227db147b33f601e0c1ce508170146 (diff) | |
download | nextcloud-server-d27aecebc0750765180020a34a3b33beb676436b.tar.gz nextcloud-server-d27aecebc0750765180020a34a3b33beb676436b.zip |
l10n: Unify spelling
Spelling unification in Nextcloud applications.
Diffstat (limited to 'core')
-rw-r--r-- | core/src/components/login/UpdatePassword.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/components/login/UpdatePassword.vue b/core/src/components/login/UpdatePassword.vue index 3fa3c60773c..cb615a846d2 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 } |