Merge pull request #4434

30ee14fc PasswordDialog: fix spelling in warning message (spetterman66)
This commit is contained in:
tobtoht
2025-04-24 18:04:08 +00:00

View File

@@ -204,7 +204,7 @@ Item {
font.family: MoneroComponents.Style.fontLight.name font.family: MoneroComponents.Style.fontLight.name
Layout.fillWidth: true Layout.fillWidth: true
wrapMode: Text.Wrap wrapMode: Text.Wrap
text: qsTr("CAPSLOCKS IS ON.") + translationManager.emptyString; text: qsTr("CAPS LOCK IS ON.") + translationManager.emptyString;
} }
MoneroComponents.LineEdit { MoneroComponents.LineEdit {