From 78c9e82d62e26ffbbca9cbd8f190b2f45e14838b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Cie=C5=9Blak?= Date: Fri, 15 Jul 2022 10:41:23 +0200 Subject: [PATCH] fix(@desktop/onboarding): Align LoginView incorrect password msg with design --- ui/app/AppLayouts/Onboarding/views/LoginView.qml | 2 +- ui/i18n/qml_en.ts | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/app/AppLayouts/Onboarding/views/LoginView.qml b/ui/app/AppLayouts/Onboarding/views/LoginView.qml index a57dc1d1d3..ff4ef4166b 100644 --- a/ui/app/AppLayouts/Onboarding/views/LoginView.qml +++ b/ui/app/AppLayouts/Onboarding/views/LoginView.qml @@ -286,7 +286,7 @@ Item { StyledText { id: errMsg - readonly property string incorrectPasswordMsg: qsTr("Login failed. Please re-enter your password and try again.") + readonly property string incorrectPasswordMsg: qsTr("Password incorrect") anchors.top: txtPassword.bottom anchors.topMargin: Style.current.padding anchors.horizontalCenter: parent.horizontalCenter diff --git a/ui/i18n/qml_en.ts b/ui/i18n/qml_en.ts index 84b32f6ed5..e73f39ba76 100644 --- a/ui/i18n/qml_en.ts +++ b/ui/i18n/qml_en.ts @@ -5745,14 +5745,14 @@ device, so only you can use them. Enter password - + Login failed: %1 Login failed: %1 - - Login failed. Please re-enter your password and try again. - Login failed. Please re-enter your password and try again. + + Password incorrect + Password incorrect @@ -9556,4 +9556,4 @@ device, so only you can use them. Quit - \ No newline at end of file +