WizardController: recommend user to export Ledger view key

This commit is contained in:
rating89us 2022-01-16 20:48:00 +01:00 committed by GitHub
parent a959919b8a
commit 1636041846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}