mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-04 23:51:10 +02:00
Merge 1636041846
into 0a9d61986c
This commit is contained in:
commit
693ee360f9
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user