Merge pull request #24725 from nina-py/24549-fix-untranslated-user-disabled

Fix untranslated "User disabled" on login screen
This commit is contained in:
Christoph Wurst 2020-12-16 14:50:45 +01:00 committed by GitHub
commit bf5aa88956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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"