From cde8d29e51d9e4313ad9400b8074d63cb558706a Mon Sep 17 00:00:00 2001 From: grdddj Date: Thu, 13 Apr 2023 14:22:03 +0200 Subject: [PATCH] core: change text in confirm_coinjoin --- core/src/apps/base.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/apps/base.py b/core/src/apps/base.py index b43cb70e58..b4907b112e 100644 --- a/core/src/apps/base.py +++ b/core/src/apps/base.py @@ -264,8 +264,9 @@ async def handle_UnlockPath(ctx: wire.Context, msg: UnlockPath) -> protobuf.Mess await confirm_action( ctx, "confirm_coinjoin_access", - title="Coinjoin", - description="Do you want to access your coinjoin account?", + title="Access to coinjoin", + description="Do you want to allow access to your coinjoin account?", + verb="ALLOW", ) wire_types = (MessageType.GetAddress, MessageType.GetPublicKey, MessageType.SignTx)