From 0bd384637a13a18e435dfe6b481f435231a28cd5 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Fri, 17 May 2024 10:15:46 -0700 Subject: chore(core): Change "username" to "account name" Signed-off-by: Christopher Ng --- core/src/components/login/LoginForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src') diff --git a/core/src/components/login/LoginForm.vue b/core/src/components/login/LoginForm.vue index 54e6fa97e95..c372e9e7017 100644 --- a/core/src/components/login/LoginForm.vue +++ b/core/src/components/login/LoginForm.vue @@ -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') }, }, -- cgit v1.2.3