wizard: default account name on recover page

This commit is contained in:
Jacob Brydolf 2016-10-29 16:44:13 +02:00
parent 21414d75a4
commit 097449079d
No known key found for this signature in database
GPG key ID: DE46246550D2F3C5
2 changed files with 2 additions and 3 deletions

View file

@ -70,7 +70,6 @@ Rectangle {
}
function switchPage(next) {
console.log("hepp")
// save settings for current page;
if (next && typeof pages[currentPage].onPageClosed !== 'undefined') {
if (pages[currentPage].onPageClosed(settings) !== true) {
@ -79,7 +78,7 @@ Rectangle {
};
}
print ("switchpage: currentPage: ", currentPage);
console.log("switchpage: currentPage: ", currentPage);
if (currentPage > 0 || currentPage < pages.length - 1) {
pages[currentPage].opacity = 0

View file

@ -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