From fc06f730170b43559a867cd3a916d14243e6352f Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Tue, 5 Sep 2023 11:11:06 -0400 Subject: [PATCH] language change to be more clear --- shared/trick_pins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/trick_pins.py b/shared/trick_pins.py index 26764832..355ef32a 100644 --- a/shared/trick_pins.py +++ b/shared/trick_pins.py @@ -589,7 +589,7 @@ class TrickPinMenu(MenuSystem): StoryMenuItem('Wipe Seed', "Wipe the seed and maybe do more. See next menu.", menu=self.WillWipeMenu), StoryMenuItem('Duress Wallet', "Goes directly to a specific duress wallet. No side effects.", menu=DuressOptions), - StoryMenuItem('Login Countdown', "Pretends a login countdown timer (%s) is in effect but wipes seed first. Resets system at end of countdown or bricks it." % lgto_map[def_to].strip(), + StoryMenuItem('Login Countdown', "Pretends a login countdown timer (%s) is in effect. Can wipe seed or brick system or do nothing." % lgto_map[def_to].strip(), menu=countdown_menu), StoryMenuItem('Look Blank', "Look and act like a freshly- wiped Coldcard but don't affect actual seed.", flags=TC_BLANK_WALLET), StoryMenuItem('Just Reboot', "Reboot when this PIN is entered. Doesn't do anything else.", flags=TC_REBOOT),