aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2016-12-21 01:27:19 -0500
committerGitHub <noreply@github.com>2016-12-21 01:27:19 -0500
commit9bd557c489abba7cefbce5a6c9c4b9d1a0864f9a (patch)
tree2bb420ea8d80e262d177a69f5e9bb5639887e511 /wizard
parenta4d9dc09d8db0ed4d5d29d1df02ee2b16df12f7c (diff)
downloadmonzero-gui-9bd557c489abba7cefbce5a6c9c4b9d1a0864f9a.tar.gz
monzero-gui-9bd557c489abba7cefbce5a6c9c4b9d1a0864f9a.tar.xz
monzero-gui-9bd557c489abba7cefbce5a6c9c4b9d1a0864f9a.zip
Recover Wallet page
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardRecoveryWallet.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/WizardRecoveryWallet.qml b/wizard/WizardRecoveryWallet.qml
index e93eddce..71e022c2 100644
--- a/wizard/WizardRecoveryWallet.qml
+++ b/wizard/WizardRecoveryWallet.qml
@@ -89,8 +89,8 @@ Item {
WizardManageWalletUI {
id: uiItem
accountNameText: defaultAccountName
- titleText: qsTr("We're ready to recover your account") + translationManager.emptyString
- wordsTextTitle: qsTr("Please enter your 25 word private key") + translationManager.emptyString
+ titleText: qsTr("Give your restored wallet a name") + translationManager.emptyString
+ wordsTextTitle: qsTr("Enter your 25 word mnemonic seed:") + translationManager.emptyString
wordsTextItem.clipboardButtonVisible: false
wordsTextItem.tipTextVisible: false
wordsTextItem.memoTextReadOnly: false