mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-04 23:51:10 +02:00
WizardController: recommend user to export Ledger view key
This commit is contained in:
parent
a959919b8a
commit
1636041846
@ -434,7 +434,7 @@ Rectangle {
|
||||
|
||||
function creatingWalletDeviceSplash(){
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user