mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
Trezor: fix passphrase splash dialog message
This commit is contained in:
parent
7975c311b5
commit
a6946b1665
1 changed files with 3 additions and 0 deletions
|
@ -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.";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue