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

feat(login-mask): remove `Login with` from label
fix/files-proper-loading-icon
Ferdinand Thiessen 2024-05-21 18:35:17 +07: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

@ -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')
},
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long