Skip to content

Commit d5437e2

Browse files
authored
Merge pull request #33255 from nextcloud/fix/login-password-translation
LoginForm: Fix password label translation call
2 parents 6c3c7a5 + c991089 commit d5437e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/src/components/login/LoginForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
:aria-label="t('core', 'Password')"
8484
required>
8585
<label for="password"
86-
class="infield">{{ t('Password') }}</label>
86+
class="infield">{{ t('core', 'Password') }}</label>
8787
<Button class="toggle-password"
8888
type="tertiary-no-background"
8989
:aria-label="isPasswordHidden ? t('core', 'Show password') : t('core', 'Hide password')"

dist/core-login.js

Lines changed: 2 additions & 2 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)