mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 08:44:46 +00:00
WizardController: recommend user to export Ledger view key
This commit is contained in:
parent
a959919b8a
commit
1636041846
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ Rectangle {
|
||||||
|
|
||||||
function creatingWalletDeviceSplash(){
|
function creatingWalletDeviceSplash(){
|
||||||
var splashMsg = qsTr("Creating wallet from device...");
|
var splashMsg = qsTr("Creating wallet from device...");
|
||||||
splashMsg += wizardController.walletOptionsDeviceName === "Ledger" ? qsTr("\n\nPlease check your hardware wallet –\nyour input may be required.") : "";
|
splashMsg += wizardController.walletOptionsDeviceName === "Ledger" ? qsTr("\n\nPlease check your hardware wallet: –\nit is strongly recommended to export the view key.") : "";
|
||||||
appWindow.showProcessingSplash(splashMsg);
|
appWindow.showProcessingSplash(splashMsg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue