Skip to content

Commit bf5aa88

Browse files
Merge pull request #24725 from nina-py/24549-fix-untranslated-user-disabled
Fix untranslated "User disabled" on login screen
2 parents ce95906 + 80567c0 commit bf5aa88

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

core/js/dist/login.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/js/dist/login.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/src/components/login/LoginForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
</p>
9595
<p v-else-if="userDisabled"
9696
class="warning userDisabledMsg">
97-
{{ t('lib', 'User disabled') }}
97+
{{ t('core', 'User disabled') }}
9898
</p>
9999

100100
<p v-if="throttleDelay && throttleDelay > 5000"

0 commit comments

Comments
 (0)