diff options
Diffstat (limited to 'wizard/WizardCreateWallet.qml')
| -rw-r--r-- | wizard/WizardCreateWallet.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wizard/WizardCreateWallet.qml b/wizard/WizardCreateWallet.qml index 110eeb87..084bc635 100644 --- a/wizard/WizardCreateWallet.qml +++ b/wizard/WizardCreateWallet.qml @@ -96,12 +96,13 @@ Item { WizardManageWalletUI { id: uiItem - titleText: qsTr("Give your new wallet a name") + translationManager.emptyString + titleText: qsTr("Create a new wallet") + translationManager.emptyString wordsTextTitle: qsTr("Here is your wallet's 25 word mnemonic seed") + translationManager.emptyString wordsTextItem.clipboardButtonVisible: true wordsTextItem.tipTextVisible: true wordsTextItem.memoTextReadOnly: true restoreHeightVisible:false + recoverMode: false } Component.onCompleted: { |
