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

Commit e076282

Browse files
committed
Fix typo
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 168a329 commit e076282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/views/settings/tabs/room/SecurityRoomSettingsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
236236
title: _t("Are you sure you want to make this encrypted room public?"),
237237
description: <div>
238238
<p> { _t(
239-
"<b> It’s not recommended to make encrypted rooms public. </b> It " +
239+
"<b> It’s not recommended to make encrypted rooms public. </b> " +
240240
"It will mean anyone can find and join the room, so anyone can read messages. " +
241241
"You’ll get none of the benefits of encryption. Encrypting messages in a public " +
242242
"room will make receiving and sending messages slower.",

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@
14331433
"Once enabled, encryption for a room cannot be disabled. Messages sent in an encrypted room cannot be seen by the server, only by the participants of the room. Enabling encryption may prevent many bots and bridges from working correctly. <a>Learn more about encryption.</a>": "Once enabled, encryption for a room cannot be disabled. Messages sent in an encrypted room cannot be seen by the server, only by the participants of the room. Enabling encryption may prevent many bots and bridges from working correctly. <a>Learn more about encryption.</a>",
14341434
"This upgrade will allow members of selected spaces access to this room without an invite.": "This upgrade will allow members of selected spaces access to this room without an invite.",
14351435
"Are you sure you want to make this encrypted room public?": "Are you sure you want to make this encrypted room public?",
1436-
"<b> It’s not recommended to make encrypted rooms public. </b> It 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 room will make receiving and sending messages slower.": "<b> It’s not recommended to make encrypted rooms public. </b> It 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 room will make receiving and sending messages slower.",
1436+
"<b> It’s not recommended to make encrypted rooms public. </b> 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 room will make receiving and sending messages slower.": "<b> It’s not recommended to make encrypted rooms public. </b> 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 room will make receiving and sending messages slower.",
14371437
"To avoid these issues, create a <a> new public room </a> for the conversation you plan to have.": "To avoid these issues, create a <a> new public room </a> for the conversation you plan to have.",
14381438
"To link to this room, please add an address.": "To link to this room, please add an address.",
14391439
"Private (invite only)": "Private (invite only)",

0 commit comments

Comments
 (0)