PasswordDialog: fix spelling in warning message

This commit is contained in:
spetterman66
2025-04-23 23:12:58 +02:00
committed by GitHub
parent c4ae40223c
commit 30ee14fca1

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 {