1
0
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:
Pavol Rusnak 2017-07-31 02:35:53 +02:00
parent 82a06ce342
commit 45ca9bd583
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

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