mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
Receive.qml Amount placeholder
This commit is contained in:
parent
deb75afb7e
commit
174d6ad019
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue