We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6285894 commit 2b1a51aCopy full SHA for 2b1a51a
components/common/TextConstants.qml
@@ -29,7 +29,7 @@ QtObject {
29
readonly property string layout: qsTr("Layout")
30
readonly property string login: qsTr("Login")
31
readonly property string loginFailed: qsTr("Login failed")
32
- readonly property string loginSucceded: qsTr("Login succeeded")
+ readonly property string loginSucceeded: qsTr("Login succeeded")
33
readonly property string password: qsTr("Password")
34
readonly property string prompt: qsTr("Enter your username and password")
35
readonly property string promptSelectUser: qsTr("Select your user and enter password")
0 commit comments