mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-28 19:02:34 +00:00
chore(core): change Go to bootloader
screen text
This commit is contained in:
parent
26232c8c8b
commit
087becd2ca
@ -59,7 +59,7 @@ async def reboot_to_bootloader(msg: RebootToBootloader) -> NoReturn:
|
|||||||
await confirm_action(
|
await confirm_action(
|
||||||
"reboot",
|
"reboot",
|
||||||
"Go to bootloader",
|
"Go to bootloader",
|
||||||
"Do you want to restart Trezor in bootloader mode?",
|
"Trezor will restart in bootloader mode.",
|
||||||
verb="Restart",
|
verb="Restart",
|
||||||
)
|
)
|
||||||
boot_command = BootCommand.STOP_AND_WAIT
|
boot_command = BootCommand.STOP_AND_WAIT
|
||||||
|
Loading…
Reference in New Issue
Block a user