mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
WizardRestoreWallet1: add view-only option in placeholder of private spend key
This commit is contained in:
parent
cb1f3ad0ce
commit
baa0ffa5f9
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue