mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 11:39:31 +00:00
Merge pull request #3764
23b74a3
WizardSummary: use 'Mnemonic seed language' instead of 'Language' (rating89us)
This commit is contained in:
commit
5c7c4dde14
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