forked from Public/monero-gui
recieve page: change payment id description to 16 hex
This commit is contained in:
@@ -216,7 +216,7 @@ Rectangle {
|
|||||||
LineEdit {
|
LineEdit {
|
||||||
id: paymentIdLine
|
id: paymentIdLine
|
||||||
fontSize: mainLayout.lineEditFontSize
|
fontSize: mainLayout.lineEditFontSize
|
||||||
placeholderText: qsTr("16 or 64 hexadecimal characters") + translationManager.emptyString;
|
placeholderText: qsTr("16 hexadecimal characters") + translationManager.emptyString;
|
||||||
readOnly: false
|
readOnly: false
|
||||||
onTextChanged: updatePaymentId(paymentIdLine.text)
|
onTextChanged: updatePaymentId(paymentIdLine.text)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user