mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 11:22:05 +02:00
Merge pull request #2300
8f7d2b5
WizardAskPassword: improve label (selsta)
This commit is contained in:
commit
95b3bb955c
@ -83,7 +83,7 @@ ColumnLayout {
|
|||||||
|
|
||||||
WizardHeader{
|
WizardHeader{
|
||||||
title: qsTr("Give your wallet a password") + translationManager.emptyString
|
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 {
|
MoneroComponents.WarningBox {
|
||||||
|
Loading…
Reference in New Issue
Block a user