Skip to content

Commit 2b1a51a

Browse files
committed
Correcting small typo in TextConstants.qml
"loginSucceded," in particular.
1 parent 6285894 commit 2b1a51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/common/TextConstants.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ QtObject {
2929
readonly property string layout: qsTr("Layout")
3030
readonly property string login: qsTr("Login")
3131
readonly property string loginFailed: qsTr("Login failed")
32-
readonly property string loginSucceded: qsTr("Login succeeded")
32+
readonly property string loginSucceeded: qsTr("Login succeeded")
3333
readonly property string password: qsTr("Password")
3434
readonly property string prompt: qsTr("Enter your username and password")
3535
readonly property string promptSelectUser: qsTr("Select your user and enter password")

0 commit comments

Comments
 (0)