From e730615d9baec31ca99c68c7c9868e9c2e2e8f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ioan=20Biz=C4=83u?= Date: Fri, 24 Jan 2025 10:06:52 +0100 Subject: [PATCH] fix(core/ui): fix back button [no changelog] --- core/src/trezor/ui/layouts/caesar/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/trezor/ui/layouts/caesar/__init__.py b/core/src/trezor/ui/layouts/caesar/__init__.py index b766e23330..4115486f85 100644 --- a/core/src/trezor/ui/layouts/caesar/__init__.py +++ b/core/src/trezor/ui/layouts/caesar/__init__.py @@ -967,6 +967,7 @@ if not utils.BITCOIN_ONLY: fee_label=f"{TR.send__maximum_fee}:", extra_items=[(f"{k}:", v) for (k, v) in fee_info_items], extra_title=TR.confirm_total__title_fee, + verb_cancel="<", ) if not is_contract_interaction: