mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
chore(core): Change "username" to "account name"
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
5b260ff480
commit
0bd384637a
1 changed files with 2 additions and 2 deletions
|
|
@ -238,9 +238,9 @@ export default {
|
|||
},
|
||||
loginText() {
|
||||
if (this.emailEnabled) {
|
||||
return t('core', 'Login with username or email')
|
||||
return t('core', 'Login with account name or email')
|
||||
}
|
||||
return t('core', 'Login with username')
|
||||
return t('core', 'Login with account name')
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue