Use correct character
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
94f915a436
commit
1e9437db7b
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
|
|||
<p> { _t(
|
||||
"<b>It's not recommended to add encryption to public rooms.</b>" +
|
||||
"Anyone can find and join public rooms, so anyone can read messages in them. " +
|
||||
"You’ll get none of the benefits of encryption, and you won’t be able to turn it " +
|
||||
"You'll get none of the benefits of encryption, and you won't be able to turn it " +
|
||||
"off later. Encrypting messages in a public room will make receiving and sending " +
|
||||
"messages slower.",
|
||||
null,
|
||||
|
|
Loading…
Reference in a new issue