mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-22 15:18:45 +00:00
Merge pull request #2300
8f7d2b5
WizardAskPassword: improve label (selsta)
This commit is contained in:
commit
95b3bb955c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue