diff --git a/pages/Receive.qml b/pages/Receive.qml index 9af1ce15..f52e6d98 100644 --- a/pages/Receive.qml +++ b/pages/Receive.qml @@ -279,7 +279,7 @@ Rectangle { id: integratedAddressLine fontSize: mainLayout.lineEditFontSize - placeholderText: qsTr("ReadOnly wallet integrated address displayed here") + translationManager.emptyString + placeholderText: qsTr("Generate payment ID for integrated address") + translationManager.emptyString readOnly: true width: mainLayout.editWidth Layout.fillWidth: true