Merge pull request #2300

8f7d2b5 WizardAskPassword: improve label (selsta)
This commit is contained in:
luigi1111 2019-07-22 13:21:50 -05:00
commit 95b3bb955c
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

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