Skip to content

Commit

Permalink
Merge pull request #4177
Browse files Browse the repository at this point in the history
fa2241f WizardSummary: fix seed language and hide during restore (selsta)
  • Loading branch information
luigi1111 committed Aug 17, 2023
2 parents 57409a8 + fa2241f commit d442ca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wizard/WizardSummary.qml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ ColumnLayout {
WizardSummaryItem {
Layout.fillWidth: true
header: qsTr("Mnemonic seed language") + translationManager.emptyString
value: persistentSettings.language
value: persistentSettings.language_wallet
visible: wizardStateView.state === "wizardCreateWallet5" && !wizardController.walletOptionsIsRecoveringFromDevice
}

WizardSummaryItem {
Expand Down

0 comments on commit d442ca3

Please sign in to comment.