mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-04 23:51:10 +02:00
WizardRestoreWallet1: fix word order in subtitle
This commit is contained in:
parent
cb1f3ad0ce
commit
c4e132ce30
@ -106,7 +106,7 @@ Rectangle {
|
||||
|
||||
WizardHeader {
|
||||
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{
|
||||
|
Loading…
Reference in New Issue
Block a user