1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

Remove messages with HTML formatting

The translations strings are not HTML and it gets escaped.
This commit is contained in:
David Baker
2017-05-25 20:04:28 +01:00
parent ab92cc2254
commit 2d6bf5fa91
8 changed files with 25 additions and 25 deletions

View File

@ -536,8 +536,8 @@ module.exports = React.createClass({
description: (
<div>
<p>{ _t("End-to-end encryption is in beta and may not be reliable") }.</p>
<p>{ _t("You should <b>not</b> yet trust it to secure data") }.</p>
<p>{ _t("Devices will <b>not</b> yet be able to decrypt history from before they joined the room") }.</p>
<p>{ _t("You should not yet trust it to secure data") }.</p>
<p>{ _t("Devices will not yet be able to decrypt history from before they joined the room") }.</p>
<p>{ _t("Encrypted messages will not be visible on clients that do not yet implement encryption") }.</p>
</div>
),