Remove additional word
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
9ec4507da5
commit
168a32902e
2 changed files with 2 additions and 2 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 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={() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue