From 1636041846cf60f71ae369a8e7c587dff4e79d6d Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sun, 16 Jan 2022 20:48:00 +0100 Subject: [PATCH] WizardController: recommend user to export Ledger view key --- wizard/WizardController.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index 72a108ce..de83b494 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -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); }