From c4e132ce301e690fdf44e7915458f8323e34d1ef Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sat, 17 Oct 2020 17:42:19 +0200 Subject: [PATCH] WizardRestoreWallet1: fix word order in subtitle --- wizard/WizardRestoreWallet1.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/WizardRestoreWallet1.qml b/wizard/WizardRestoreWallet1.qml index 838e2d00..ae19fcf6 100644 --- a/wizard/WizardRestoreWallet1.qml +++ b/wizard/WizardRestoreWallet1.qml @@ -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{