Merge pull request #530

4fe6b1f recieve page: change payment id description to 16 hex (Jaquee)
This commit is contained in:
Riccardo Spagni 2017-03-07 11:00:50 +00:00
commit 0f3f6d215c
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

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)