diff --git a/pages/Transfer.qml b/pages/Transfer.qml index 8cb1b316..c19c8594 100644 --- a/pages/Transfer.qml +++ b/pages/Transfer.qml @@ -198,7 +198,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") @@ -250,7 +250,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 }