Skip to content

Commit

Permalink
Merge pull request #24725 from nina-py/24549-fix-untranslated-user-di…
Browse files Browse the repository at this point in the history
…sabled

Fix untranslated "User disabled" on login screen
  • Loading branch information
ChristophWurst authored Dec 16, 2020
2 parents ce95906 + 80567c0 commit bf5aa88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/js/dist/login.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/js/dist/login.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/src/components/login/LoginForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bf5aa88

Please sign in to comment.