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

Commit 67062da

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

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
@@ -137,7 +137,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
137137
title: _t('Are you sure you want to add encryption to this public room?'),
138138
description: <div>
139139
<p> { _t(
140-
"<b> It’s not recommended to add encryption to public rooms. </b>" +
140+
"<b>It's not recommended to add encryption to public rooms.</b>" +
141141
"Anyone can find and join public rooms, so anyone can read messages in them. " +
142142
"You’ll get none of the benefits of encryption, and you won’t be able to turn it " +
143143
"off later. Encrypting messages in a public room will make receiving and sending " +

0 commit comments

Comments
 (0)