diff --git a/core/.changelog.d/4402.fixed b/core/.changelog.d/4402.fixed new file mode 100644 index 0000000000..e3a3fee3e4 --- /dev/null +++ b/core/.changelog.d/4402.fixed @@ -0,0 +1 @@ +[T3T1] Fix unexpected info button when confirming passphrase coming from host diff --git a/core/src/apps/common/passphrase.py b/core/src/apps/common/passphrase.py index da5af75d7f..ef8bb5b185 100644 --- a/core/src/apps/common/passphrase.py +++ b/core/src/apps/common/passphrase.py @@ -78,6 +78,7 @@ async def _request_on_host() -> str: "passphrase_host2", TR.passphrase__title_confirm, passphrase, + info=False, ) return passphrase