Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 717691e

Browse files
Remove spaces
Co-authored-by: Travis Ralston <[email protected]>
1 parent e076282 commit 717691e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/settings/tabs/room/SecurityRoomSettingsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
143143
"off later. Encrypting messages in a public room will make receiving and sending " +
144144
"messages slower.",
145145
null,
146-
{ "b": (sub) => <b> { sub } </b> },
146+
{ "b": (sub) => <b>{ sub }</b> },
147147
) } </p>
148148
<p> { _t(
149149
"To avoid these issues, create a <a> new encrypted room </a> for " +

0 commit comments

Comments
 (0)