1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00

chore(core): change Go to bootloader screen text

This commit is contained in:
grdddj 2023-12-05 08:22:19 +01:00 committed by Jiří Musil
parent 26232c8c8b
commit 087becd2ca

View File

@ -59,7 +59,7 @@ async def reboot_to_bootloader(msg: RebootToBootloader) -> NoReturn:
await confirm_action(
"reboot",
"Go to bootloader",
"Do you want to restart Trezor in bootloader mode?",
"Trezor will restart in bootloader mode.",
verb="Restart",
)
boot_command = BootCommand.STOP_AND_WAIT