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

Commit 1e9437d

Browse files
Use correct character
Co-authored-by: Travis Ralston <[email protected]>
1 parent 94f915a commit 1e9437d

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
@@ -139,7 +139,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
139139
<p> { _t(
140140
"<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. " +
142-
"Youll get none of the benefits of encryption, and you wont be able to turn it " +
142+
"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 " +
144144
"messages slower.",
145145
null,

0 commit comments

Comments
 (0)