aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateViewOnlyWallet.qml
diff options
context:
space:
mode:
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
}