1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-13 22:06:10 +00:00

chore(eckhart): Update warnings title

This commit is contained in:
Lukas Bielesch 2025-03-28 10:54:37 +01:00 committed by Lukáš Bielesch
parent 00aa5774cd
commit 871b0a436d

View File

@ -129,7 +129,7 @@ def confirm_path_warning(
"path_warning",
description,
value=path,
title=TR.words__pay_attention,
title=TR.words__important,
menu_title=TR.words__receive,
verb_cancel=TR.words__cancel_and_exit,
br_code=ButtonRequestType.UnknownDerivationPath,
@ -140,7 +140,7 @@ def confirm_multisig_warning() -> Awaitable[None]:
return show_danger(
"warning_multisig",
TR.send__receiving_to_multisig,
title=TR.words__pay_attention,
title=TR.words__important,
menu_title=TR.words__receive,
verb_cancel=TR.words__cancel_and_exit,
)