Skip to content

Commit 19e39b3

Browse files
authored
Merge pull request #45415 from nextcloud/enh/noid/login-names
feat(login-mask): remove `Login with` from label
2 parents 5a6e48e + 3180779 commit 19e39b3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

dist/core-login.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-login.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)