mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
feat(login-mask): remove Login with from label
Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
5a6e48e850
commit
3180779404
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