diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-10-29 16:44:13 +0200 |
|---|---|---|
| committer | Jacob Brydolf <jacob@brydolf.net> | 2016-10-29 16:44:13 +0200 |
| commit | 097449079d73a680ee5a1ddd7d8acbdf022b7882 (patch) | |
| tree | 842ef3b6c657276a989601fc87ea98fee137bdc6 /wizard/WizardRecoveryWallet.qml | |
| parent | 21414d75a48a7fbd275457cee8a87eae0c1f0e09 (diff) | |
| download | monzero-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.qml | 2 |
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 |
