Remove spaces

Co-authored-by: Travis Ralston <travpc@gmail.com>
pull/21833/head
Š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
1 changed files with 1 additions and 1 deletions

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 " +