aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateViewOnlyWallet.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2017-01-30 17:11:30 -0600
committerluigi1111 <luigi1111w@gmail.com>2017-01-30 17:11:30 -0600
commit43d5bd3e2db54d0475a3a59e5a8859382aca732c (patch)
tree8ece73e825dad43b42b6814d94e60814cd7c9520 /wizard/WizardCreateViewOnlyWallet.qml
parentbe564921d812667763b9e83cac9ca2dc814b0a01 (diff)
parent04ff16ddb288d6b8ae6c7f4d4f74097bd700124b (diff)
downloadmonzero-gui-43d5bd3e2db54d0475a3a59e5a8859382aca732c.tar.gz
monzero-gui-43d5bd3e2db54d0475a3a59e5a8859382aca732c.tar.xz
monzero-gui-43d5bd3e2db54d0475a3a59e5a8859382aca732c.zip
Merge pull request #437
Restore wallet from keys (Jaqueeee)
Diffstat (limited to 'wizard/WizardCreateViewOnlyWallet.qml')
-rw-r--r--wizard/WizardCreateViewOnlyWallet.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/wizard/WizardCreateViewOnlyWallet.qml b/wizard/WizardCreateViewOnlyWallet.qml
index dc1b813e..c95ced8e 100644
--- a/wizard/WizardCreateViewOnlyWallet.qml
+++ b/wizard/WizardCreateViewOnlyWallet.qml
@@ -80,11 +80,12 @@ Item {
WizardManageWalletUI {
id: uiItem
- titleText: qsTr("Give your view only wallet a name") + translationManager.emptyString
+ titleText: qsTr("Create view only wallet") + translationManager.emptyString
wordsTextItem.visible: false
restoreHeightVisible:false
walletName: appWindow.walletName + "-viewonly"
progressDotsModel: dotsModel
+ recoverMode: false
}