Ledger: improve hw wallet splash screen

This commit is contained in:
selsta
2019-08-16 21:19:58 +02:00
parent 562c46660a
commit 40bdf692d1
4 changed files with 12 additions and 2 deletions

View File

@@ -448,7 +448,9 @@ Rectangle {
}
function creatingWalletDeviceSplash(){
appWindow.showProcessingSplash(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.") : "";
appWindow.showProcessingSplash(splashMsg);
}
function createWalletFromDevice() {