update with new suggested design

This commit is contained in:
Hubert Chathi 2021-03-25 19:27:14 -04:00
parent 727c189456
commit 46fd549ace
2 changed files with 7 additions and 4 deletions

View file

@ -1318,9 +1318,12 @@ export default class InviteDialog extends React.PureComponent<IInviteDialogProps
visibilityEvent.getContent().history_visibility; visibilityEvent.getContent().history_visibility;
if (visibility === "world_readable" || visibility === "shared") { if (visibility === "world_readable" || visibility === "shared") {
keySharingWarning = keySharingWarning =
<div> <p className='mx_InviteDialog_helpText'>
{_t("Note: Decryption keys for old messages will be shared with invited users.")} <img
</div>; src={require("../../../../res/img/element-icons/info.svg")}
width={14} height={14} />
{" " + _t("Invited people will be able to read old messages.")}
</p>;
} }
} }
} else if (this.props.kind === KIND_CALL_TRANSFER) { } else if (this.props.kind === KIND_CALL_TRANSFER) {

View file

@ -2154,7 +2154,7 @@
"Go": "Go", "Go": "Go",
"Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.", "Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.": "Invite someone using their name, email address, username (like <userId/>) or <a>share this room</a>.",
"Invite someone using their name, username (like <userId/>) or <a>share this room</a>.": "Invite someone using their name, username (like <userId/>) or <a>share this room</a>.", "Invite someone using their name, username (like <userId/>) or <a>share this room</a>.": "Invite someone using their name, username (like <userId/>) or <a>share this room</a>.",
"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", "Transfer": "Transfer",
"a new master key signature": "a new master key signature", "a new master key signature": "a new master key signature",
"a new cross-signing key signature": "a new cross-signing key signature", "a new cross-signing key signature": "a new cross-signing key signature",