WizardAskPassword: improve label

This commit is contained in:
selsta 2019-07-18 23:25:50 +02:00
parent 705439c78b
commit 8f7d2b592a
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

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 {