aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateViewOnlyWallet.qml
diff options
context:
space:
mode:
authorJaquee <jaquee.monero@gmail.com>2017-01-26 21:54:31 +0100
committerJaquee <jaquee.monero@gmail.com>2017-01-30 23:20:47 +0100
commitc5c2a40ef5726ffcbf3e887c88012f24987fce9e (patch)
treeada1658281b5243114c46d6e32944087b9447897 /wizard/WizardCreateViewOnlyWallet.qml
parentb3232dc26f98e2a6991d40bf5311dfd49abdf9de (diff)
downloadmonzero-gui-c5c2a40ef5726ffcbf3e887c88012f24987fce9e.tar.gz
monzero-gui-c5c2a40ef5726ffcbf3e887c88012f24987fce9e.tar.xz
monzero-gui-c5c2a40ef5726ffcbf3e887c88012f24987fce9e.zip
Wizard: restore from keys
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
}