mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-30 17:21:21 +00:00
fix(core/ui): fix back button
[no changelog]
This commit is contained in:
parent
ee256d24af
commit
e730615d9b
@ -967,6 +967,7 @@ if not utils.BITCOIN_ONLY:
|
|||||||
fee_label=f"{TR.send__maximum_fee}:",
|
fee_label=f"{TR.send__maximum_fee}:",
|
||||||
extra_items=[(f"{k}:", v) for (k, v) in fee_info_items],
|
extra_items=[(f"{k}:", v) for (k, v) in fee_info_items],
|
||||||
extra_title=TR.confirm_total__title_fee,
|
extra_title=TR.confirm_total__title_fee,
|
||||||
|
verb_cancel="<",
|
||||||
)
|
)
|
||||||
|
|
||||||
if not is_contract_interaction:
|
if not is_contract_interaction:
|
||||||
|
Loading…
Reference in New Issue
Block a user