From baa0ffa5f9e913aca2f502c39253abeb3f907be0 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sat, 17 Oct 2020 17:53:52 +0200 Subject: [PATCH] WizardRestoreWallet1: add view-only option in placeholder of private spend key --- wizard/WizardRestoreWallet1.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/WizardRestoreWallet1.qml b/wizard/WizardRestoreWallet1.qml index 838e2d00..b9b0b9a1 100644 --- a/wizard/WizardRestoreWallet1.qml +++ b/wizard/WizardRestoreWallet1.qml @@ -262,7 +262,7 @@ Rectangle { visible: wizardController.walletRestoreMode === 'keys' Layout.fillWidth: true placeholderFontSize: 16 - placeholderText: qsTr("Spend key (private)") + translationManager.emptyString + placeholderText: qsTr("Spend key (private)") + " / " + qsTr("Leave blank to create a view-only wallet") + translationManager.emptyString onTextUpdated: { wizardRestoreWallet1.verifyFromKeys();