diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/components/login/LoginForm.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/components/login/LoginForm.vue b/core/src/components/login/LoginForm.vue index c372e9e7017..33cc8833564 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 account name or email') + return t('core', 'Account name or email') } - return t('core', 'Login with account name') + return t('core', 'Account name') }, }, |