1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-03 21:32:33 +00:00

core: change text in confirm_coinjoin

This commit is contained in:
grdddj 2023-04-13 14:22:03 +02:00
parent c50df26c41
commit cde8d29e51

View File

@ -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)