aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardCreateWallet.qml
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-12-21 09:26:54 +0200
committerRiccardo Spagni <ric@spagni.net>2016-12-21 09:26:54 +0200
commit7555502d64aeaa56a04fdf232855f342227d380d (patch)
tree4bca0973f5e5ee3370fd9731f16fe56c97e19a8b /wizard/WizardCreateWallet.qml
parentbbbffd58f469397095bdf0ddee6439b55ffb2dcf (diff)
parente3ef832063db030573b37d37147b9c8f1c26545f (diff)
downloadmonzero-gui-7555502d64aeaa56a04fdf232855f342227d380d.tar.gz
monzero-gui-7555502d64aeaa56a04fdf232855f342227d380d.tar.xz
monzero-gui-7555502d64aeaa56a04fdf232855f342227d380d.zip
Merge pull request #319
e3ef832 Wizard Option Page: Change "Recover" to "Restore" (xmr-eric) 2f4d31a Improve wizard Seed importance/secret statement (xmr-eric) 31f9c1d CreateWallet page (xmr-eric) 638e207 End of Wizard page (xmr-eric) 7f82464 ManageWalletUIpage (xmr-eric) 9bd557c Recover Wallet page (xmr-eric) a4d9dc0 Password page edits (xmr-eric)
Diffstat (limited to 'wizard/WizardCreateWallet.qml')
-rw-r--r--wizard/WizardCreateWallet.qml4
1 files 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