Change wording on Trezor pincode request

This commit is contained in:
Maran 2014-08-20 20:00:43 +02:00
parent 6b914232e4
commit 78469f488a
1 changed files with 1 additions and 1 deletions

View File

@ -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: