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:
parent
1d4c8961ef
commit
73407d9ee1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue