mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-04 05:42:34 +00:00
core: change text in confirm_coinjoin
This commit is contained in:
parent
c50df26c41
commit
cde8d29e51
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user