Skip to content

Commit

Permalink
fix(core/ui): fix back button
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
ibz committed Jan 28, 2025
1 parent ee256d2 commit e730615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/trezor/ui/layouts/caesar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,7 @@ async def confirm_ethereum_tx(
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:
Expand Down

0 comments on commit e730615

Please sign in to comment.