From 78469f488aedf449450ab660702580bd4cfd5481 Mon Sep 17 00:00:00 2001 From: Maran Date: Wed, 20 Aug 2014 20:00:43 +0200 Subject: [PATCH] Change wording on Trezor pincode request --- plugins/trezor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/trezor.py b/plugins/trezor.py index 487209f94..e24eceefb 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: