Remove spaces

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

View file

@ -143,7 +143,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
"off later. 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 encrypted room </a> for " +