aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorspetterman66 <69303239+spetterman66@users.noreply.github.com>2025-04-23 23:12:58 +0200
committerGitHub <noreply@github.com>2025-04-23 23:12:58 +0200
commit30ee14fca1a838800533036f618f2d48191aa65f (patch)
tree27534d7d0e0c6c28a6117954db1cd59cb97dcc8e /components
parentc4ae40223c39364b77fe9046dadbd6894662d5b9 (diff)
downloadmonzero-gui-30ee14fca1a838800533036f618f2d48191aa65f.tar.gz
monzero-gui-30ee14fca1a838800533036f618f2d48191aa65f.tar.xz
monzero-gui-30ee14fca1a838800533036f618f2d48191aa65f.zip
PasswordDialog: fix spelling in warning message
Diffstat (limited to 'components')
-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 {