1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-25 04:25:42 +00:00

old PIN -> current PIN

This commit is contained in:
Pavol Rusnak 2015-02-28 14:06:23 +01:00
parent 45d9955bc2
commit f74d31788c

View File

@ -166,7 +166,7 @@ class TextUIMixin(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: