mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 01:18:28 +00:00
src/apps/common: change PIN wording
This commit is contained in:
parent
54128b7568
commit
f20febeef0
@ -58,7 +58,7 @@ def _get_label(code: int):
|
||||
if code == PinMatrixRequestType.NewFirst:
|
||||
label = 'Enter new PIN'
|
||||
elif code == PinMatrixRequestType.NewSecond:
|
||||
label = 'Enter PIN again'
|
||||
label = 'Re-enter new PIN'
|
||||
else: # PinMatrixRequestType.Current
|
||||
label = 'Enter PIN'
|
||||
label = 'Enter your PIN'
|
||||
return label
|
||||
|
Loading…
Reference in New Issue
Block a user