mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02:00
Merge pull request #432
4fb4bde
Payment Description into placeholder (xmr-eric)
This commit is contained in:
commit
26be7fbd46
@ -340,7 +340,7 @@ Rectangle {
|
|||||||
anchors.rightMargin: 17
|
anchors.rightMargin: 17
|
||||||
anchors.topMargin: 17
|
anchors.topMargin: 17
|
||||||
fontSize: 14
|
fontSize: 14
|
||||||
text: qsTr("Description <font size='2'>( Optional - saved to local wallet history )</font>")
|
text: qsTr("Description <font size='2'>( Optional )</font>")
|
||||||
+ translationManager.emptyString
|
+ translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -352,6 +352,7 @@ Rectangle {
|
|||||||
anchors.leftMargin: 17
|
anchors.leftMargin: 17
|
||||||
anchors.rightMargin: 17
|
anchors.rightMargin: 17
|
||||||
anchors.topMargin: 5
|
anchors.topMargin: 5
|
||||||
|
placeholderText: qsTr("Saved to local wallet history") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkInformation(amount, address, payment_id, testnet) {
|
function checkInformation(amount, address, payment_id, testnet) {
|
||||||
|
Loading…
Reference in New Issue
Block a user