diff --git a/pages/AddressBook.qml b/pages/AddressBook.qml index 381cec35..98663d40 100644 --- a/pages/AddressBook.qml +++ b/pages/AddressBook.qml @@ -94,7 +94,7 @@ Rectangle { anchors.leftMargin: 17 anchors.rightMargin: 17 anchors.topMargin: 5 - placeholderText: qsTr("64 hexadecimal characters") + translationManager.emptyString + placeholderText: qsTr("Paste 64 hexadecimal characters") + translationManager.emptyString } Label { @@ -116,7 +116,7 @@ Rectangle { anchors.leftMargin: 17 anchors.rightMargin: 17 anchors.topMargin: 5 - placeholderText: qsTr("Saved to local wallet") + translationManager.emptyString + placeholderText: qsTr("Give this entry a name or description") + translationManager.emptyString } StandardButton {