mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-10 17:26:24 +01:00
Addressbook.qml: Keep text mixed case
This commit is contained in:
parent
9ac8e26a48
commit
92a5781b6a
@ -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 New Issue
Block a user