Skip to content

Commit

Permalink
fixup! Upgrade @nextcloud/vue lib and improve password confirmation…
Browse files Browse the repository at this point in the history
… dialog

Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
JuliaKirschenheuter committed Oct 6, 2023
1 parent a57ce4d commit 9c2a2b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion l10n/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
msgid "Confirm your password"
msgstr ""

msgid "Failed to authenticate, please fill out your password"
msgid "Failed to authenticate, your password was wrong"
msgstr ""

msgid "Password"
Expand Down
2 changes: 1 addition & 1 deletion src/components/PasswordDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default Vue.extend({
titleText: t('Confirm your password'),
subtitleText: t('This action needs authentication'),
passwordLabelText: t('Password'),
errorText: t('Failed to authenticate, please fill out your password'),
errorText: t('Failed to authenticate, your password was wrong'),
confirmText: t('Confirm'),
}
},
Expand Down

0 comments on commit 9c2a2b7

Please sign in to comment.