1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-24 03:55:44 +00:00

fix(core): do not repeat "cancel backup check" twice on screen

This commit is contained in:
matejcik 2025-02-12 14:18:52 +01:00 committed by matejcik
parent 0453f8b6df
commit 02190b5871
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ async def _confirm_abort(dry_run: bool = False) -> None:
await confirm_action(
"abort_recovery",
TR.recovery__title_cancel_dry_run,
TR.recovery__cancel_dry_run,
None,
description=TR.recovery__wanna_cancel_dry_run,
verb=TR.buttons__cancel,
br_code=ButtonRequestType.ProtectCall,

View File

@ -85,7 +85,7 @@ async def _confirm_abort(dry_run: bool = False) -> None:
await confirm_action(
"abort_recovery",
TR.recovery__title_cancel_dry_run,
TR.recovery__cancel_dry_run,
None,
description=TR.recovery__wanna_cancel_dry_run,
verb=TR.buttons__cancel,
br_code=ButtonRequestType.ProtectCall,