aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-01-20 22:38:24 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-01-20 22:38:24 -0500
commite21d7be725ffa062d9344796815cb9e201068522 (patch)
tree7f93d5e75910483be303bb337343f159d530816e /wizard
parent4098352fafd41147c1f0ae01444f399a3dd41a56 (diff)
parentbaa0ffa5f9e913aca2f502c39253abeb3f907be0 (diff)
downloadmonzero-gui-e21d7be725ffa062d9344796815cb9e201068522.tar.gz
monzero-gui-e21d7be725ffa062d9344796815cb9e201068522.tar.xz
monzero-gui-e21d7be725ffa062d9344796815cb9e201068522.zip
Merge pull request #3168
baa0ffa WizardRestoreWallet1: add view-only option in placeholder of private spend key (rating89us)
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardRestoreWallet1.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardRestoreWallet1.qml b/wizard/WizardRestoreWallet1.qml
index 9713278b..0bf76ca9 100644
--- a/wizard/WizardRestoreWallet1.qml
+++ b/wizard/WizardRestoreWallet1.qml
@@ -259,7 +259,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();