diff --git a/CHANGELOG.md b/CHANGELOG.md index e694e794c8..d6f67830ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ - crash on clicking "About" when no account is selected (e.g. after deleting an account) #4154 - show "new group" instead of "new contact" when pasting a group invite link in the search field #4151 - message input getting unexpectedly re-focused, and not re-focused after some actions if the draft text is not empty #4136 +- "Encryption Info" dialog showing all info in one line #4162 diff --git a/packages/frontend/src/components/dialogs/EncryptionInfo.tsx b/packages/frontend/src/components/dialogs/EncryptionInfo.tsx index 32ab67c6f1..481675c03b 100644 --- a/packages/frontend/src/components/dialogs/EncryptionInfo.tsx +++ b/packages/frontend/src/components/dialogs/EncryptionInfo.tsx @@ -45,7 +45,7 @@ export default function EncryptionInfo({ -

+

{!encryptionInfo && 'Fetching...'} {encryptionInfo && encryptionInfo}