diff --git a/wizard/WizardAskPassword.qml b/wizard/WizardAskPassword.qml index ce7fee49..e87d4472 100644 --- a/wizard/WizardAskPassword.qml +++ b/wizard/WizardAskPassword.qml @@ -83,7 +83,7 @@ ColumnLayout { WizardHeader{ title: qsTr("Give your wallet a password") + translationManager.emptyString - subtitle: qsTr("This password cannot be recovered. If you forget it then the wallet will have to be restored from its 25 word mnemonic seed.") + translationManager.emptyString + subtitle: qsTr("This password cannot be recovered. If you forget it then the wallet will have to be restored from your %1.").arg(!wizardController.walletOptionsIsRecoveringFromDevice ? qsTr("25 word mnemonic seed") : qsTr("hardware wallet"))+ translationManager.emptyString } MoneroComponents.WarningBox {