This commit is contained in:
rating89us 2024-11-25 23:26:40 +00:00 committed by GitHub
commit 693ee360f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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