diff options
| author | spetterman66 <69303239+spetterman66@users.noreply.github.com> | 2025-04-23 23:12:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-23 23:12:58 +0200 |
| commit | 30ee14fca1a838800533036f618f2d48191aa65f (patch) | |
| tree | 27534d7d0e0c6c28a6117954db1cd59cb97dcc8e /components | |
| parent | c4ae40223c39364b77fe9046dadbd6894662d5b9 (diff) | |
| download | monzero-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.qml | 2 |
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 { |
