From a6946b1665b5a5b26252a9ea8c3c00bcca1fcbf9 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 8 Jul 2021 13:21:09 +0200 Subject: [PATCH] Trezor: fix passphrase splash dialog message --- src/WindowManager.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/WindowManager.cpp b/src/WindowManager.cpp index 33dd4cc..cddd7e4 100644 --- a/src/WindowManager.cpp +++ b/src/WindowManager.cpp @@ -376,6 +376,9 @@ void WindowManager::onDeviceButtonRequest(quint64 code) { case 8: // Trezor message = "Action required on device: Export watch-only credentials to open the wallet."; break; + case 19: // Trezor + message = "Action required on device: Enter passphrase to open the wallet."; + break; default: message = "Action required on device: Export the view key to open the wallet."; }