mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-16 17:42:02 +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:
|
if code == PinMatrixRequestType.NewFirst:
|
||||||
label = 'Enter new PIN'
|
label = 'Enter new PIN'
|
||||||
elif code == PinMatrixRequestType.NewSecond:
|
elif code == PinMatrixRequestType.NewSecond:
|
||||||
label = 'Enter PIN again'
|
label = 'Re-enter new PIN'
|
||||||
else: # PinMatrixRequestType.Current
|
else: # PinMatrixRequestType.Current
|
||||||
label = 'Enter PIN'
|
label = 'Enter your PIN'
|
||||||
return label
|
return label
|
||||||
|
Loading…
Reference in New Issue
Block a user