mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Remove spaces and use correct character
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
1e9437db7b
commit
3abc419266
1 changed files with 4 additions and 4 deletions
|
@ -236,15 +236,15 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
|
|||
title: _t("Are you sure you want to make this encrypted room public?"),
|
||||
description: <div>
|
||||
<p> { _t(
|
||||
"<b> It’s not recommended to make encrypted rooms public. </b> " +
|
||||
"<b>It's not recommended to make encrypted rooms public.</b> " +
|
||||
"It will mean anyone can find and join the room, so anyone can read messages. " +
|
||||
"You’ll get none of the benefits of encryption. Encrypting messages in a public " +
|
||||
"You'll get none of the benefits of encryption. Encrypting messages in a public " +
|
||||
"room will make receiving and sending messages slower.",
|
||||
null,
|
||||
{ "b": (sub) => <b> { sub } </b> },
|
||||
{ "b": (sub) => <b>{ sub }</b> },
|
||||
) } </p>
|
||||
<p> { _t(
|
||||
"To avoid these issues, create a <a> new public room </a> for the conversation " +
|
||||
"To avoid these issues, create a <a>new public room</a> for the conversation " +
|
||||
"you plan to have.",
|
||||
null,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue