mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-18 14:06:06 +01:00
Update WizardFinish.qml
This commit is contained in:
parent
b8ea2ffc74
commit
a81b5ef08c
@ -53,7 +53,7 @@ Item {
|
||||
return "<table>"
|
||||
+ trStart + qsTr("Language") + trMiddle + wizard.settings["language"] + trEnd
|
||||
+ trStart + qsTr("Account name") + trMiddle + wizard.settings["account_name"] + trEnd
|
||||
+ trStart + qsTr("Words") + trMiddle + wizard.settings["wallet"].seed + trEnd
|
||||
+ trStart + qsTr("Seed") + trMiddle + wizard.settings["wallet"].seed + trEnd
|
||||
+ trStart + qsTr("Wallet path") + trMiddle + wizard.settings["wallet_path"] + trEnd
|
||||
// + trStart + qsTr("Auto donations") + trMiddle + autoDonationText + trEnd
|
||||
// + (autoDonationEnabled
|
||||
|
Loading…
Reference in New Issue
Block a user