mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 20:20:02 +00:00
End of Wizard page
This commit is contained in:
parent
7f824646bc
commit
638e20746c
1 changed files with 3 additions and 3 deletions
|
@ -52,8 +52,8 @@ Item {
|
||||||
|
|
||||||
return "<table>"
|
return "<table>"
|
||||||
+ trStart + qsTr("Language") + trMiddle + wizard.settings["language"] + trEnd
|
+ trStart + qsTr("Language") + trMiddle + wizard.settings["language"] + trEnd
|
||||||
+ trStart + qsTr("Account name") + trMiddle + wizard.settings["account_name"] + trEnd
|
+ trStart + qsTr("Wallet name") + trMiddle + wizard.settings["account_name"] + trEnd
|
||||||
+ trStart + qsTr("Seed") + trMiddle + wizard.settings["wallet"].seed + trEnd
|
+ trStart + qsTr("Backup seed") + trMiddle + wizard.settings["wallet"].seed + trEnd
|
||||||
+ trStart + qsTr("Wallet path") + trMiddle + wizard.settings["wallet_path"] + trEnd
|
+ trStart + qsTr("Wallet path") + trMiddle + wizard.settings["wallet_path"] + trEnd
|
||||||
// + trStart + qsTr("Auto donations") + trMiddle + autoDonationText + trEnd
|
// + trStart + qsTr("Auto donations") + trMiddle + autoDonationText + trEnd
|
||||||
// + (autoDonationEnabled
|
// + (autoDonationEnabled
|
||||||
|
@ -70,7 +70,7 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateSettingsSummary() {
|
function updateSettingsSummary() {
|
||||||
settingsText.text = qsTr("An overview of your Monero configuration is below:") + translationManager.emptyString
|
settingsText.text = qsTr("New wallet details:") + translationManager.emptyString
|
||||||
+ "<br>"
|
+ "<br>"
|
||||||
+ buildSettingsString();
|
+ buildSettingsString();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue