Skip to content

Commit 2245fad

Browse files
committed
feat(login-mask): remove Login with from label
Signed-off-by: Simon L <szaimen@e.mail.de>
1 parent 9f3b892 commit 2245fad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/components/login/LoginForm.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ export default {
238238
},
239239
loginText() {
240240
if (this.emailEnabled) {
241-
return t('core', 'Login with account name or email')
241+
return t('core', 'Account name or email')
242242
}
243-
return t('core', 'Login with account name')
243+
return t('core', 'Account name')
244244
},
245245
},
246246

0 commit comments

Comments
 (0)