chore(core): Change "username" to "account name"

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2024-05-17 10:15:46 -07:00
parent 5b260ff480
commit 0bd384637a

View file

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