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>
pull/45415/head
Simon L. 2024-05-21 10:22:44 +07:00 committed by nextcloud-command
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')
},
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long