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
path: root/core/src
diff options
context:
space:
mode:
authorNina Pypchenko <22447785+nina-py@users.noreply.github.com>2020-12-16 14:04:41 +0300
committerNina Pypchenko <22447785+nina-py@users.noreply.github.com>2020-12-16 14:04:41 +0300
commit73407d9ee17973e396cf124cc31fa1b5c6be6124 (patch)
treee150110ede5d44fb0f9b762861d6c0b2f8c04130 /core/src
parent1d4c8961ef1f65840f732297869996434a50f6d6 (diff)
Fix untranslated "User disabled" on login screen
Signed-off-by: Nina Pypchenko <22447785+nina-py@users.noreply.github.com> Closes #24549.
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/login/LoginForm.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/components/login/LoginForm.vue b/core/src/components/login/LoginForm.vue
index 5adf5be0eae..9f0d4f9ba1c 100644
--- a/core/src/components/login/LoginForm.vue
+++ b/core/src/components/login/LoginForm.vue
@@ -94,7 +94,7 @@
</p>
<p v-else-if="userDisabled"
class="warning userDisabledMsg">
- {{ t('lib', 'User disabled') }}
+ {{ t('core', 'User disabled') }}
</p>
<p v-if="throttleDelay && throttleDelay > 5000"