Receive.qml Amount placeholder

pull/2/head
xmr-eric 7 years ago committed by GitHub
parent deb75afb7e
commit 174d6ad019

@ -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