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:
-rw-r--r--core/src/components/login/ResetPassword.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/components/login/ResetPassword.vue b/core/src/components/login/ResetPassword.vue
index 10f1f8269f3..79589a96aca 100644
--- a/core/src/components/login/ResetPassword.vue
+++ b/core/src/components/login/ResetPassword.vue
@@ -61,7 +61,7 @@
</p>
<p v-else-if="message === 'reset-error'"
class="update warning">
- {{ t('core', 'Password can not be changed. Please contact your administrator.') }}
+ {{ t('core', 'Password cannot be changed. Please contact your administrator.') }}
</p>
<p v-else-if="message"
class="update"