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

Commit 9ec4507

Browse files
committed
Update copy
Signed-off-by: Šimon Brandner <[email protected]>
1 parent e445c9c commit 9ec4507

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ 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 turn on encryption on for public rooms. </b>" +
141-
"Anyone can find and join public rooms, so anyone can read messages. You’ll " +
142-
"get none of the benefits of encryption, and you won't be able to turn it " +
143-
"off later. Encrypting messages in a public room will also likely make " +
144-
"receiving and sending messages slower than necessary.",
140+
"<b> It’s not recommended to add encryption to public rooms. </b>" +
141+
"Anyone can find and join public rooms, so anyone can read messages in them. " +
142+
"You’ll get none of the benefits of encryption, and you wont be able to turn it " +
143+
"off later. Encrypting messages in a public room will make receiving and sending " +
144+
"messages slower.",
145145
null,
146146
{ "b": (sub) => <b> { sub } </b> },
147147
) } </p>
@@ -236,10 +236,10 @@ 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 end-to-end encrypted rooms public. </b> It " +
240-
"means anyone can find and join this room, so anyone can read messages. You’ll " +
241-
"get none of the benefits of encryption. Encrypting messages in a public room " +
242-
"will also likely make receiving and sending messages slower than necessary.",
239+
"<b> It’s not recommended to make encrypted rooms public. </b> It " +
240+
"It will mean anyone can find and join the room, so anyone can read messages. " +
241+
"You’ll get none of the benefits of encryption. Encrypting messages in a public " +
242+
"room will make receiving and sending messages slower.",
243243
null,
244244
{ "b": (sub) => <b> { sub } </b> },
245245
) } </p>

src/i18n/strings/en_EN.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,13 +1427,13 @@
14271427
"Permissions": "Permissions",
14281428
"Select the roles required to change various parts of the room": "Select the roles required to change various parts of the room",
14291429
"Are you sure you want to add encryption to this public room?": "Are you sure you want to add encryption to this public room?",
1430-
"<b> It’s not recommended to turn on encryption on for public rooms. </b>Anyone can find and join public rooms, so anyone can read messages. 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 also likely make receiving and sending messages slower than necessary.": "<b> It’s not recommended to turn on encryption on for public rooms. </b>Anyone can find and join public rooms, so anyone can read messages. 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 also likely make receiving and sending messages slower than necessary.",
1430+
"<b> It’s not recommended to add encryption to public rooms. </b>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 wont be able to turn it off later. Encrypting messages in a public room will make receiving and sending messages slower.": "<b> It’s not recommended to add encryption to public rooms. </b>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 wont be able to turn it off later. Encrypting messages in a public room will make receiving and sending messages slower.",
14311431
"To avoid these issues, create a <a> new private encrypted room </a> for the conversation you plan to have.": "To avoid these issues, create a <a> new private encrypted room </a> for the conversation you plan to have.",
14321432
"Enable encryption?": "Enable encryption?",
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 end-to-end encrypted rooms public. </b> It means anyone can find and join this room, so anyone can read messages. You’ll get none of the benefits of encryption. Encrypting messages in a public room will also likely make receiving and sending messages slower than necessary.": "<b> It’s not recommended to make end-to-end encrypted rooms public. </b> It means anyone can find and join this room, so anyone can read messages. You’ll get none of the benefits of encryption. Encrypting messages in a public room will also likely make receiving and sending messages slower than necessary.",
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.",
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)