mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-02 19:40:57 +00:00
fix(core): Improve CoinJoin dialog wording.
[no changelog]
This commit is contained in:
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…
Reference in New Issue
Block a user