mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-18 22:18:47 +00:00
chore(eckhart): Update warnings title
This commit is contained in:
parent
1b92ea3076
commit
cf13a45064
@ -129,7 +129,7 @@ def confirm_path_warning(
|
|||||||
"path_warning",
|
"path_warning",
|
||||||
description,
|
description,
|
||||||
value=path,
|
value=path,
|
||||||
title=TR.words__pay_attention,
|
title=TR.words__important,
|
||||||
menu_title=TR.words__receive,
|
menu_title=TR.words__receive,
|
||||||
verb_cancel=TR.words__cancel_and_exit,
|
verb_cancel=TR.words__cancel_and_exit,
|
||||||
br_code=ButtonRequestType.UnknownDerivationPath,
|
br_code=ButtonRequestType.UnknownDerivationPath,
|
||||||
@ -140,7 +140,7 @@ def confirm_multisig_warning() -> Awaitable[None]:
|
|||||||
return show_danger(
|
return show_danger(
|
||||||
"warning_multisig",
|
"warning_multisig",
|
||||||
TR.send__receiving_to_multisig,
|
TR.send__receiving_to_multisig,
|
||||||
title=TR.words__pay_attention,
|
title=TR.words__important,
|
||||||
menu_title=TR.words__receive,
|
menu_title=TR.words__receive,
|
||||||
verb_cancel=TR.words__cancel_and_exit,
|
verb_cancel=TR.words__cancel_and_exit,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user