Skip to content

Commit

Permalink
feat(login-mask): remove Login with from label
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
szaimen authored and nextcloud-command committed May 21, 2024
1 parent 5a6e48e commit 3180779
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/src/components/login/LoginForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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')
},
},
Expand Down
6 changes: 3 additions & 3 deletions dist/core-login.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-login.js.map

Large diffs are not rendered by default.

0 comments on commit 3180779

Please sign in to comment.