mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
recieve page: change payment id description to 16 hex
This commit is contained in:
parent
2e3350c060
commit
4fe6b1fd0b
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ Rectangle {
|
|||
LineEdit {
|
||||
id: paymentIdLine
|
||||
fontSize: mainLayout.lineEditFontSize
|
||||
placeholderText: qsTr("16 or 64 hexadecimal characters") + translationManager.emptyString;
|
||||
placeholderText: qsTr("16 hexadecimal characters") + translationManager.emptyString;
|
||||
readOnly: false
|
||||
onTextChanged: updatePaymentId(paymentIdLine.text)
|
||||
|
||||
|
|
Loading…
Reference in a new issue