mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 20:19:23 +00:00
protect: change wording
This commit is contained in:
parent
82a06ce342
commit
45ca9bd583
@ -195,7 +195,7 @@ bool protectPin(bool use_cached)
|
||||
return true;
|
||||
} else {
|
||||
if (~*fails > MAX_WRONG_PINS) {
|
||||
layoutDialog(&bmp_icon_error, NULL, NULL, NULL, _("Too many wrong PINs"), _("entered. Storage has"), _("been wiped."), NULL, _("Please unplug"), _("the device."));
|
||||
layoutDialog(&bmp_icon_error, NULL, NULL, NULL, _("Too many wrong PIN"), _("attempts. Storage has"), _("been wiped."), NULL, _("Please unplug"), _("the device."));
|
||||
storage_wipe();
|
||||
for (;;) {} // loop forever
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user