aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-04-24 18:04:08 +0000
committertobtoht <tob@featherwallet.org>2025-04-24 18:04:08 +0000
commit675f68ca17d68c5e01141881e61cdf4b4d494b81 (patch)
tree27534d7d0e0c6c28a6117954db1cd59cb97dcc8e
parentc4ae40223c39364b77fe9046dadbd6894662d5b9 (diff)
parent30ee14fca1a838800533036f618f2d48191aa65f (diff)
downloadmonzero-gui-675f68ca17d68c5e01141881e61cdf4b4d494b81.tar.gz
monzero-gui-675f68ca17d68c5e01141881e61cdf4b4d494b81.tar.xz
monzero-gui-675f68ca17d68c5e01141881e61cdf4b4d494b81.zip
Merge pull request #4434
30ee14fc PasswordDialog: fix spelling in warning message (spetterman66)
-rw-r--r--components/PasswordDialog.qml2
1 files changed, 1 insertions, 1 deletions
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 {