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:
parent
0453f8b6df
commit
02190b5871
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user