Skip to content

Commit

Permalink
fixup! refactor(core/ui): introduce show_danger
Browse files Browse the repository at this point in the history
  • Loading branch information
ibz committed Nov 29, 2024
1 parent 6e3bf7a commit bbcaeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/trezor/ui/layouts/mercury/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def confirm_multisig_warning() -> Awaitable[None]:
return show_danger(
"warning_multisig",
TR.send__receiving_to_multisig,
title=f"{TR.words__important}!",
title=TR.words__important,
verb_cancel=TR.words__cancel_and_exit,
)

Expand Down

0 comments on commit bbcaeb0

Please sign in to comment.