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

Commit 94f915a

Browse files
Remove spaces
Co-authored-by: Travis Ralston <[email protected]>
1 parent 67062da commit 94f915a

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
@@ -146,7 +146,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
146146
{ "b": (sub) => <b>{ sub }</b> },
147147
) } </p>
148148
<p> { _t(
149-
"To avoid these issues, create a <a> new encrypted room </a> for " +
149+
"To avoid these issues, create a <a>new encrypted room</a> for " +
150150
"the conversation you plan to have.",
151151
null,
152152
{ "a": (sub) => <a onClick={() => {

0 commit comments

Comments
 (0)