From 31f9c1d09b12bc54a86e013006ade3a4cd312c9c Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Wed, 21 Dec 2016 01:31:41 -0500 Subject: [PATCH] CreateWallet page --- wizard/WizardCreateWallet.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wizard/WizardCreateWallet.qml b/wizard/WizardCreateWallet.qml index cf26c7bc..26169307 100644 --- a/wizard/WizardCreateWallet.qml +++ b/wizard/WizardCreateWallet.qml @@ -96,8 +96,8 @@ Item { WizardManageWalletUI { id: uiItem - titleText: qsTr("A new wallet has been created for you") + translationManager.emptyString - wordsTextTitle: qsTr("This is the 25 word mnemonic for your wallet") + translationManager.emptyString + titleText: qsTr("Give your new wallet a name") + translationManager.emptyString + wordsTextTitle: qsTr("Here is your wallet's 25 word mnemonic seed") + translationManager.emptyString wordsTextItem.clipboardButtonVisible: true wordsTextItem.tipTextVisible: true wordsTextItem.memoTextReadOnly: true