WizardRestoreWallet1: fix word order in subtitle

This commit is contained in:
rating89us 2020-10-17 17:42:19 +02:00 committed by GitHub
parent cb1f3ad0ce
commit c4e132ce30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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{