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

@@ -859,7 +859,9 @@ ApplicationWindow {
", priority: ", priority,
", description: ", description);
showProcessingSplash("Creating transaction");
var splashMsg = qsTr("Creating transaction...");
splashMsg += appWindow.currentWallet.isLedger() ? qsTr("\n\nPlease check your hardware wallet \nyour input may be required.") : "";
showProcessingSplash(splashMsg);
transactionDescription = description;