From 30ee14fca1a838800533036f618f2d48191aa65f Mon Sep 17 00:00:00 2001 From: spetterman66 <69303239+spetterman66@users.noreply.github.com> Date: Wed, 23 Apr 2025 23:12:58 +0200 Subject: [PATCH] PasswordDialog: fix spelling in warning message --- components/PasswordDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index 27978a8c..4de44ae5 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -204,7 +204,7 @@ Item { font.family: MoneroComponents.Style.fontLight.name Layout.fillWidth: true wrapMode: Text.Wrap - text: qsTr("CAPSLOCKS IS ON.") + translationManager.emptyString; + text: qsTr("CAPS LOCK IS ON.") + translationManager.emptyString; } MoneroComponents.LineEdit {