From bdb4c510841f0ae5a11d2585d52d727e9e8f7854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ioan=20Biz=C4=83u?= Date: Fri, 15 Nov 2024 12:26:12 +0100 Subject: [PATCH] fix(core/ui): rename button [no changelog] --- core/src/trezor/ui/layouts/tr/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/trezor/ui/layouts/tr/__init__.py b/core/src/trezor/ui/layouts/tr/__init__.py index 66f0976cb1..ba28455fb8 100644 --- a/core/src/trezor/ui/layouts/tr/__init__.py +++ b/core/src/trezor/ui/layouts/tr/__init__.py @@ -636,6 +636,7 @@ def confirm_address( subtitle or title, address, description, + verb=verb, br_code=br_code, )