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

Commit 168a329

Browse files
committed
Remove additional word
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 9ec4507 commit 168a329

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
@@ -146,7 +146,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
146146
{ "b": (sub) => <b> { sub } </b> },
147147
) } </p>
148148
<p> { _t(
149-
"To avoid these issues, create a <a> new private encrypted room </a> for " +
149+
"To avoid these issues, create a <a> new encrypted room </a> for " +
150150
"the conversation you plan to have.",
151151
null,
152152
{ "a": (sub) => <a onClick={() => {

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@
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?",
14301430
"<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 won’t 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 won’t be able to turn it off later. Encrypting messages in a public room will make receiving and sending messages slower.",
1431-
"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.",
1431+
"To avoid these issues, create a <a> new encrypted room </a> for the conversation you plan to have.": "To avoid these issues, create a <a> new 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.",

0 commit comments

Comments
 (0)