]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Ledger: add firmware upgrade note
authortobtoht <tob@featherwallet.org>
Tue, 18 Apr 2023 11:52:38 +0000 (13:52 +0200)
committertobtoht <tob@featherwallet.org>
Tue, 18 Apr 2023 11:52:38 +0000 (13:52 +0200)
src/MainWindow.cpp
src/WindowManager.cpp

index 65d0aeb5e7bf2c1492538421dbefe729618de027..899cea52a8d63ec84d685cc8449a033f79f6c136 100644 (file)
@@ -482,7 +482,8 @@ void MainWindow::displayWalletErrorMsg(const QString &err) {
     }
 
     if (errMsg.contains("SW_CLIENT_NOT_SUPPORTED")) {
-        errMsg += "\n\nIncompatible version: you may need to upgrade the Monero app on the Ledger device to the latest version.";
+        errMsg += "\n\nIncompatible version: upgrade your Ledger device firmware to the latest version using Ledger Live.\n"
+                  "Then upgrade the Monero app for the Ledger device to the latest version.";
     }
     else if (errMsg.contains("Wrong Device Status")) {
         errMsg += "\n\nThe device may need to be unlocked.";
index 153a8e231f02fb0cb11e6a34355d6074ad681b41..820fa5ae43fcf63a43e9b14d4fd2498093ec795c 100644 (file)
@@ -431,7 +431,8 @@ void WindowManager::displayWalletErrorMessage(const QString &message) {
     }
 
     if (message.contains("SW_CLIENT_NOT_SUPPORTED")) {
-        errMsg += "\n\nIncompatible version: you may need to upgrade the Monero app on the Ledger device to the latest version.";
+        errMsg += "\n\nIncompatible version: upgrade your Ledger device firmware to the latest version using Ledger Live.\n"
+                  "Then upgrade the Monero app for the Ledger device to the latest version.";
     }
     else if (message.contains("Wrong Device Status")) {
         errMsg += "\n\nThe device may need to be unlocked.";