From 9c2a2b771921df61b4e631dc46d044ef426d5581 Mon Sep 17 00:00:00 2001 From: "julia.kirschenheuter" Date: Fri, 6 Oct 2023 16:28:17 +0200 Subject: [PATCH] fixup! Upgrade `@nextcloud/vue` lib and improve password confirmation dialog Signed-off-by: julia.kirschenheuter --- l10n/messages.pot | 2 +- src/components/PasswordDialog.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n/messages.pot b/l10n/messages.pot index e721e4d4..fe915d08 100644 --- a/l10n/messages.pot +++ b/l10n/messages.pot @@ -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" diff --git a/src/components/PasswordDialog.vue b/src/components/PasswordDialog.vue index 572d7822..a4c1cd29 100644 --- a/src/components/PasswordDialog.vue +++ b/src/components/PasswordDialog.vue @@ -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'), } },