diff --git a/src/components/views/settings/tabs/room/SecurityRoomSettingsTab.tsx b/src/components/views/settings/tabs/room/SecurityRoomSettingsTab.tsx index 58b12b18c3..8d870564b2 100644 --- a/src/components/views/settings/tabs/room/SecurityRoomSettingsTab.tsx +++ b/src/components/views/settings/tabs/room/SecurityRoomSettingsTab.tsx @@ -137,7 +137,7 @@ export default class SecurityRoomSettingsTab extends React.Component

{ _t( - " It’s not recommended to add encryption to public rooms. " + + "It's not recommended to add encryption to public rooms." + "Anyone can find and join public rooms, so anyone can read messages in them. " + "You’ll get none of the benefits of encryption, and you won’t be able to turn it " + "off later. Encrypting messages in a public room will make receiving and sending " +