diff --git a/pages/Transfer.qml b/pages/Transfer.qml index 127c74cb..8930141c 100644 --- a/pages/Transfer.qml +++ b/pages/Transfer.qml @@ -194,7 +194,7 @@ Rectangle { fontSize: 14 textFormat: Text.RichText text: qsTr("\ - Address ( Type in or select from Address book )") + Address ( Paste in or select from Address book )") + translationManager.emptyString onLinkActivated: appWindow.showPageRequest("AddressBook") @@ -246,7 +246,7 @@ Rectangle { anchors.rightMargin: 17 anchors.topMargin: 17 fontSize: 14 - text: qsTr("Description ( An optional description that will be saved to the local address book if entered )") + text: qsTr("Description ( Optional - saved to local wallet history )") + translationManager.emptyString }