Browse Source

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. 3 weeks ago
parent
commit
3180779404
3 changed files with 6 additions and 6 deletions
  1. 2
    2
      core/src/components/login/LoginForm.vue
  2. 3
    3
      dist/core-login.js
  3. 1
    1
      dist/core-login.js.map

+ 2
- 2
core/src/components/login/LoginForm.vue View File

@@ -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')
},
},


+ 3
- 3
dist/core-login.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/core-login.js.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save