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:22:20 +0300
committerMorris Jobke <hey@morrisjobke.de>2021-05-20 10:22:07 +0300
commitddfb081463227db147b33f601e0c1ce508170146 (patch)
tree862693ac71465867939152097a593690fd11dde3
parent54fd3a480ceb8b16795f8cb9cfa53ec4d29537d3 (diff)
l10n: Unify spelling
Spelling unification in Nextcloud applications.
-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"