mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 17:07:26 -04:00
PasswordDialog: fix spelling in warning message
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user