mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
Merge pull request #45415 from nextcloud/enh/noid/login-names
feat(login-mask): remove `Login with` from label
This commit is contained in:
commit
19e39b339a
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')
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
6
dist/core-login.js
vendored
6
dist/core-login.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-login.js.map
vendored
2
dist/core-login.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue