From f78363ecdcf15cfd61b09b8870f09d73cb40b525 Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 27 Jul 2021 13:18:53 +0200 Subject: [PATCH] refactor(core/ui): do not use parameter for styling in get_next_u2f_counter --- core/src/apps/management/get_next_u2f_counter.py | 3 +-- tests/ui_tests/fixtures.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/core/src/apps/management/get_next_u2f_counter.py b/core/src/apps/management/get_next_u2f_counter.py index 63950d9f94..d6eb1752be 100644 --- a/core/src/apps/management/get_next_u2f_counter.py +++ b/core/src/apps/management/get_next_u2f_counter.py @@ -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, ) diff --git a/tests/ui_tests/fixtures.json b/tests/ui_tests/fixtures.json index e108ac9c54..35ab04d541 100644 --- a/tests/ui_tests/fixtures.json +++ b/tests/ui_tests/fixtures.json @@ -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" }