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 +