From 33bf5143a350824a197dfca446880803d61395db Mon Sep 17 00:00:00 2001 From: Lukas Bielesch Date: Fri, 28 Mar 2025 10:54:37 +0100 Subject: [PATCH] chore(eckhart): Update warnings title --- core/src/trezor/ui/layouts/eckhart/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/trezor/ui/layouts/eckhart/__init__.py b/core/src/trezor/ui/layouts/eckhart/__init__.py index 7be630835d..d8f3b093c4 100644 --- a/core/src/trezor/ui/layouts/eckhart/__init__.py +++ b/core/src/trezor/ui/layouts/eckhart/__init__.py @@ -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, )