From 46fd549ace0e3c05e449da9d7cabc4bbf9735ce5 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Thu, 25 Mar 2021 19:27:14 -0400 Subject: [PATCH] update with new suggested design --- src/components/views/dialogs/InviteDialog.tsx | 9 ++++++--- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) 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",