From 3abc419266a250f42f8b3242105c55a3eae866c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Fri, 6 Aug 2021 07:41:56 +0200 Subject: [PATCH] Remove spaces and use correct character Co-authored-by: Travis Ralston --- .../views/settings/tabs/room/SecurityRoomSettingsTab.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/views/settings/tabs/room/SecurityRoomSettingsTab.tsx b/src/components/views/settings/tabs/room/SecurityRoomSettingsTab.tsx index 6362b5c790..d9e97d570b 100644 --- a/src/components/views/settings/tabs/room/SecurityRoomSettingsTab.tsx +++ b/src/components/views/settings/tabs/room/SecurityRoomSettingsTab.tsx @@ -236,15 +236,15 @@ export default class SecurityRoomSettingsTab extends React.Component

{ _t( - " It’s not recommended to make encrypted rooms public. " + + "It's not recommended to make encrypted rooms public. " + "It will mean anyone can find and join the room, so anyone can read messages. " + - "You’ll get none of the benefits of encryption. Encrypting messages in a public " + + "You'll get none of the benefits of encryption. Encrypting messages in a public " + "room will make receiving and sending messages slower.", null, - { "b": (sub) => { sub } }, + { "b": (sub) => { sub } }, ) }

{ _t( - "To avoid these issues, create a new public room for the conversation " + + "To avoid these issues, create a new public room for the conversation " + "you plan to have.", null, {