diff --git a/plugins/trezor.py b/plugins/trezor.py index 487209f9..e24eceef 100644 --- a/plugins/trezor.py +++ b/plugins/trezor.py @@ -341,7 +341,7 @@ class TrezorQtGuiMixin(object): def callback_PinMatrixRequest(self, msg): if msg.type == 1: - desc = 'old PIN' + desc = 'current PIN' elif msg.type == 2: desc = 'new PIN' elif msg.type == 3: