Remove spaces

Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
Šimon Brandner 2021-08-06 07:40:35 +02:00 committed by GitHub
parent 717691ef2f
commit 67062dab88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
title: _t('Are you sure you want to add encryption to this public room?'),
description: <div>
<p> { _t(
"<b> Its not recommended to add encryption to public rooms. </b>" +
"<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. " +
"Youll get none of the benefits of encryption, and you wont be able to turn it " +
"off later. Encrypting messages in a public room will make receiving and sending " +