fix(core): Improve CoinJoin dialog wording.

[no changelog]
pull/2588/head
Andrew Kozlik 2 years ago committed by Andrew Kozlik
parent 627ef9748f
commit 3594de8c7f

@ -251,7 +251,7 @@ async def handle_UnlockPath(ctx: wire.Context, msg: UnlockPath) -> protobuf.Mess
ctx,
"confirm_coinjoin_access",
title="CoinJoin account",
description="Do you want to allow access to CoinJoin accounts?",
description="Do you want to allow access to your CoinJoin account?",
)
wire_types = (MessageType.GetAddress, MessageType.GetPublicKey, MessageType.SignTx)

@ -55,7 +55,7 @@ async def authorize_coinjoin(
ctx,
"coinjoin_coordinator",
title="Authorize CoinJoin",
description="Do you really want to take part in a CoinJoin transaction at:\n{}",
description="Do you want to take\npart in a series of\nCoinJoin rounds at:\n{}",
description_param=msg.coordinator,
description_param_font=ui.MONO,
icon=ui.ICON_RECOVERY,

Loading…
Cancel
Save