forked from Public/monero-gui
Merge pull request #70
bb25294 add hint texts to address and payment id fields (moneromooo.monero)
This commit is contained in:
@@ -149,7 +149,7 @@ Rectangle {
|
||||
LineEdit {
|
||||
id: paymentIdLine
|
||||
fontSize: mainLayout.lineEditFontSize
|
||||
placeholderText: qsTr("Payment ID here") + translationManager.emptyString;
|
||||
placeholderText: qsTr("16 or 64 hexadecimal characters") + translationManager.emptyString;
|
||||
readOnly: false
|
||||
onTextChanged: updatePaymentId(paymentIdLine.text)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user