mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Add missing space in SecurityRoomSettingsTab (#9222)
This commit is contained in:
parent
e0d5b11bab
commit
27de00a859
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
|
||||||
title: _t('Are you sure you want to add encryption to this public room?'),
|
title: _t('Are you sure you want to add encryption to this public room?'),
|
||||||
description: <div>
|
description: <div>
|
||||||
<p> { _t(
|
<p> { _t(
|
||||||
"<b>It's not recommended to add encryption to public rooms.</b>" +
|
"<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. " +
|
"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 " +
|
"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 " +
|
"off later. Encrypting messages in a public room will make receiving and sending " +
|
||||||
|
|
|
@ -1647,7 +1647,7 @@
|
||||||
"Select the roles required to change various parts of the space": "Select the roles required to change various parts of the space",
|
"Select the roles required to change various parts of the space": "Select the roles required to change various parts of the space",
|
||||||
"Select the roles required to change various parts of the room": "Select the roles required to change various parts of the room",
|
"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?",
|
"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>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.",
|
"<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.",
|
||||||
"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.",
|
"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?",
|
"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>",
|
"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>",
|
||||||
|
|
Loading…
Reference in a new issue