mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Remove spaces
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
67062dab88
commit
94f915a436
1 changed files with 1 additions and 1 deletions
|
@ -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 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={() => {
|
||||
|
|
Loading…
Reference in a new issue