recieve page: change payment id description to 16 hex

This commit is contained in:
Jaquee 2017-03-03 18:18:55 +01:00
parent 2e3350c060
commit 4fe6b1fd0b

View file

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