summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-07-18 14:34:31 +0200
committerGitHub <noreply@github.com>2022-07-18 14:34:31 +0200
commitd5437e2a30347d36d89be48ff9779bdacd6ef6ae (patch)
tree61c0f5eb1fab43a5c8436a02919e04e72444c523 /core
parent6c3c7a5e4da693f91fa4abf7f2495ff479ad42a0 (diff)
parentc991089bfc1822663f8a1cacd0ca4922e0f3c89c (diff)
downloadnextcloud-server-d5437e2a30347d36d89be48ff9779bdacd6ef6ae.tar.gz
nextcloud-server-d5437e2a30347d36d89be48ff9779bdacd6ef6ae.zip
Merge pull request #33255 from nextcloud/fix/login-password-translation
LoginForm: Fix password label translation call
Diffstat (limited to 'core')
-rw-r--r--core/src/components/login/LoginForm.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/components/login/LoginForm.vue b/core/src/components/login/LoginForm.vue
index 3fa02d5fa0b..9f245f2914c 100644
--- a/core/src/components/login/LoginForm.vue
+++ b/core/src/components/login/LoginForm.vue
@@ -83,7 +83,7 @@
:aria-label="t('core', 'Password')"
required>
<label for="password"
- class="infield">{{ t('Password') }}</label>
+ class="infield">{{ t('core', 'Password') }}</label>
<Button class="toggle-password"
type="tertiary-no-background"
:aria-label="isPasswordHidden ? t('core', 'Show password') : t('core', 'Hide password')"