Remove additional word

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-28 16:50:40 +02:00
parent 9ec4507da5
commit 168a32902e
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1428,7 +1428,7 @@
"Select the roles required to change various parts of the room": "Select the roles required to change various parts of the room",
"Are you sure you want to add encryption to this public room?": "Are you sure you want to add encryption to this public room?",
"<b> Its not recommended to add encryption to public rooms. </b>Anyone can find and join public rooms, so anyone can read messages in them. Youll 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> Its not recommended to add encryption to public rooms. </b>Anyone can find and join public rooms, so anyone can read messages in them. Youll 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.",
"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.",
"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.",
"Enable encryption?": "Enable encryption?",
"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>",
"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.",