You've already forked matrix-react-sdk
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:
@ -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>
|
||||
),
|
||||
|
Reference in New Issue
Block a user