mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
WizardSummary: use "Mnemonic seed language" instead of "Language"
This commit is contained in:
parent
c72729fa5d
commit
23b74a3412
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ ColumnLayout {
|
|||
|
||||
WizardSummaryItem {
|
||||
Layout.fillWidth: true
|
||||
header: qsTr("Language") + translationManager.emptyString
|
||||
header: qsTr("Mnemonic seed language") + translationManager.emptyString
|
||||
value: persistentSettings.language
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue