aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardRecoveryWallet.qml
diff options
context:
space:
mode:
authorJacob Brydolf <jacob@brydolf.net>2016-10-29 16:44:13 +0200
committerJacob Brydolf <jacob@brydolf.net>2016-10-29 16:44:13 +0200
commit097449079d73a680ee5a1ddd7d8acbdf022b7882 (patch)
tree842ef3b6c657276a989601fc87ea98fee137bdc6 /wizard/WizardRecoveryWallet.qml
parent21414d75a48a7fbd275457cee8a87eae0c1f0e09 (diff)
downloadmonzero-gui-097449079d73a680ee5a1ddd7d8acbdf022b7882.tar.gz
monzero-gui-097449079d73a680ee5a1ddd7d8acbdf022b7882.tar.xz
monzero-gui-097449079d73a680ee5a1ddd7d8acbdf022b7882.zip
wizard: default account name on recover page
Diffstat (limited to 'wizard/WizardRecoveryWallet.qml')
-rw-r--r--wizard/WizardRecoveryWallet.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardRecoveryWallet.qml b/wizard/WizardRecoveryWallet.qml
index f4c5091e..837f9f86 100644
--- a/wizard/WizardRecoveryWallet.qml
+++ b/wizard/WizardRecoveryWallet.qml
@@ -76,7 +76,7 @@ Item {
WizardManageWalletUI {
id: uiItem
- accountNameText: qsTr("My account name") + translationManager.emptyString
+ accountNameText: defaultAccountName
titleText: qsTr("We're ready to recover your account") + translationManager.emptyString
wordsTextTitle: qsTr("Please enter your 25 word private key") + translationManager.emptyString
wordsTextItem.clipboardButtonVisible: false