mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Addressbook.qml: Keep text mixed case
This commit is contained in:
parent
9ac8e26a48
commit
92a5781b6a
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ Rectangle {
|
|||
shadowPressedColor: "#B32D00"
|
||||
releasedColor: "#FF6C3C"
|
||||
pressedColor: "#FF4304"
|
||||
text: qsTr("ADD")
|
||||
text: qsTr("Add")
|
||||
enabled: checkInformation(addressLine.text, paymentIdLine.text, appWindow.persistentSettings.testnet)
|
||||
|
||||
onClicked: {
|
||||
|
|
Loading…
Reference in a new issue