aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/Transfer.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/Transfer.qml b/pages/Transfer.qml
index 78dfde5e..9c2c31d9 100644
--- a/pages/Transfer.qml
+++ b/pages/Transfer.qml
@@ -340,7 +340,7 @@ Rectangle {
anchors.rightMargin: 17
anchors.topMargin: 17
fontSize: 14
- text: qsTr("Description <font size='2'>( Optional - saved to local wallet history )</font>")
+ text: qsTr("Description <font size='2'>( Optional )</font>")
+ translationManager.emptyString
}
@@ -352,6 +352,7 @@ Rectangle {
anchors.leftMargin: 17
anchors.rightMargin: 17
anchors.topMargin: 5
+ placeholderText: qsTr("Saved to local wallet history") + translationManager.emptyString
}
function checkInformation(amount, address, payment_id, testnet) {