Fix untranslated "User disabled" on login screen

Signed-off-by: Nina Pypchenko <22447785+nina-py@users.noreply.github.com>

Closes #24549.
This commit is contained in:
Nina Pypchenko 2020-12-16 22:04:41 +11:00
parent 1d4c8961ef
commit 73407d9ee1
1 changed files with 1 additions and 1 deletions

View File

@ -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"