mirror of https://github.com/vector-im/riot-web
parent
67062dab88
commit
94f915a436
|
@ -146,7 +146,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
|
||||||
{ "b": (sub) => <b>{ sub }</b> },
|
{ "b": (sub) => <b>{ sub }</b> },
|
||||||
) } </p>
|
) } </p>
|
||||||
<p> { _t(
|
<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.",
|
"the conversation you plan to have.",
|
||||||
null,
|
null,
|
||||||
{ "a": (sub) => <a onClick={() => {
|
{ "a": (sub) => <a onClick={() => {
|
||||||
|
|
Loading…
Reference in New Issue