aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wizard/WizardRestoreWallet1.qml2
1 files changed, 1 insertions, 1 deletions
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();