mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-24 07:18:09 +00:00
fix(legacy): update typo (we lock device after 5 seconds, not 2 seconds)
This commit is contained in:
parent
93215ae3c7
commit
af716d0843
@ -50,8 +50,8 @@ void check_lock_screen(void) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// button held for long enough (2 seconds)
|
// button held for long enough (5 seconds)
|
||||||
if (layoutLast == layoutHome && button.NoDown >= 285000 * 2) {
|
if (layoutLast == layoutHome && button.NoDown >= 114000 * 5) {
|
||||||
layoutDialog(&bmp_icon_question, _("Cancel"), _("Lock Device"), NULL,
|
layoutDialog(&bmp_icon_question, _("Cancel"), _("Lock Device"), NULL,
|
||||||
_("Do you really want to"), _("lock your Trezor?"), NULL, NULL,
|
_("Do you really want to"), _("lock your Trezor?"), NULL, NULL,
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user