mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue