refactor(core/ui): do not use parameter for styling in get_next_u2f_counter

pull/1750/head
matejcik 3 years ago committed by Martin Milata
parent 2a91052b02
commit f78363ecdc

@ -15,8 +15,7 @@ async def get_next_u2f_counter(
ctx,
"get_u2f_counter",
title="Get next U2F counter",
description="Do you really want to\n{}\nthe U2F counter?",
description_param="increase and retrieve",
description="Do you really want to increase and retrieve\nthe U2F counter?",
icon=ui.ICON_CONFIG,
br_code=ButtonRequestType.ProtectCall,
)

@ -719,5 +719,5 @@
"test_session_id_and_passphrase.py::test_passphrase_on_device": "c9ca2c9cf6dd416dad4de311266690ec2266b551d74f9d3619301305b3dbe81e",
"test_session_id_and_passphrase.py::test_session_enable_passphrase": "b27321ed372b8ade7c4941a80f1f945851046b039a1b43c43a6953106bd1619e",
"test_session_id_and_passphrase.py::test_session_with_passphrase": "a044d7a42229ab7cd74651e03dd64edcceb86d72d50bd63a40336decf0b25d3d",
"test_u2f_counter.py::test_u2f_counter": "15865e4364347ac56ea45bbff5ded28fd72f58ad2427d1ef190f125dea10ece0"
"test_u2f_counter.py::test_u2f_counter": "20349163ca154a664397cd80b5547bc7ff3b2ac9c286e62e734319996cb54962"
}

Loading…
Cancel
Save