Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-04-12 11:23:11 +0300
committerMorris Jobke <hey@morrisjobke.de>2021-05-20 10:22:07 +0300
commitd27aecebc0750765180020a34a3b33beb676436b (patch)
tree04b07aa65ea0335cc2e0a8f91d118d86562938c2
parentddfb081463227db147b33f601e0c1ce508170146 (diff)
l10n: Unify spelling
Spelling unification in Nextcloud applications.
-rw-r--r--core/src/components/login/UpdatePassword.vue2
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
}