Merge pull request #24725 from nina-py/24549-fix-untranslated-user-disabled
Fix untranslated "User disabled" on login screen
This commit is contained in:
commit
bf5aa88956
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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