diff --git a/src/components/views/dialogs/InviteDialog.tsx b/src/components/views/dialogs/InviteDialog.tsx index 41fb1f5ab6..9f7364e4de 100644 --- a/src/components/views/dialogs/InviteDialog.tsx +++ b/src/components/views/dialogs/InviteDialog.tsx @@ -1318,9 +1318,12 @@ export default class InviteDialog extends React.PureComponent - {_t("Note: Decryption keys for old messages will be shared with invited users.")} - ; +

+ + {" " + _t("Invited people will be able to read old messages.")} +

; } } } else if (this.props.kind === KIND_CALL_TRANSFER) { diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index dc808cb8bd..743121a33e 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -2154,7 +2154,7 @@ "Go": "Go", "Invite someone using their name, email address, username (like ) or share this room.": "Invite someone using their name, email address, username (like ) or share this room.", "Invite someone using their name, username (like ) or share this room.": "Invite someone using their name, username (like ) or share this room.", - "Note: Decryption keys for old messages will be shared with invited users.": "Note: Decryption keys for old messages will be shared with invited users.", + "Invited people will be able to read old messages.": "Invited people will be able to read old messages.", "Transfer": "Transfer", "a new master key signature": "a new master key signature", "a new cross-signing key signature": "a new cross-signing key signature",