forked from Public/monero-gui
Merge pull request #579
174d6ad Receive.qml Amount placeholder (xmr-eric)
This commit is contained in:
@@ -311,7 +311,7 @@ Rectangle {
|
||||
LineEdit {
|
||||
id: amountLine
|
||||
fontSize: mainLayout.lineEditFontSize
|
||||
placeholderText: qsTr("Amount") + translationManager.emptyString
|
||||
placeholderText: qsTr("Amount to receive") + translationManager.emptyString
|
||||
readOnly: false
|
||||
width: mainLayout.editWidth
|
||||
Layout.fillWidth: true
|
||||
|
||||
Reference in New Issue
Block a user