Skip to content

Commit e58c2eb

Browse files
committed
chore(core/eckhart): confirm address
1 parent c17ce0e commit e58c2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/trezor/ui/layouts/eckhart/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ def confirm_address(
612612
br_code: ButtonRequestType = BR_CODE_OTHER,
613613
) -> Awaitable[None]:
614614
return confirm_value(
615-
title,
615+
TR.words__send,
616616
address,
617617
description or "",
618618
br_name or "confirm_address",

0 commit comments

Comments
 (0)