mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
WizardRestoreWallet1: fix word order in subtitle
This commit is contained in:
parent
cb1f3ad0ce
commit
c4e132ce30
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ Rectangle {
|
||||||
|
|
||||||
WizardHeader {
|
WizardHeader {
|
||||||
title: qsTr("Restore wallet") + translationManager.emptyString
|
title: qsTr("Restore wallet") + translationManager.emptyString
|
||||||
subtitle: qsTr("Restore wallet from keys or mnemonic seed.") + translationManager.emptyString
|
subtitle: qsTr("Restore wallet from mnemonic seed or private keys.") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
|
||||||
WizardWalletInput{
|
WizardWalletInput{
|
||||||
|
|
Loading…
Reference in a new issue