Merge pull request #45415 from nextcloud/enh/noid/login-names

feat(login-mask): remove `Login with` from label
This commit is contained in:
Ferdinand Thiessen 2024-05-21 18:35:17 +02:00 committed by GitHub
commit 19e39b339a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -238,9 +238,9 @@ export default {
},
loginText() {
if (this.emailEnabled) {
return t('core', 'Login with account name or email')
return t('core', 'Account name or email')
}
return t('core', 'Login with account name')
return t('core', 'Account name')
},
},

6
dist/core-login.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long