1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

UnknownBody: add explanatory title

This commit is contained in:
Aviral Dasgupta
2017-03-19 15:18:19 +05:30
parent 68f66e9425
commit 7891f9b246

View File

@@ -24,7 +24,7 @@ module.exports = React.createClass({
render: function() {
const text = this.props.mxEvent.getContent().body;
return (
<span className="mx_UnknownBody">
<span className="mx_UnknownBody" title="Redacted or unknown message type">
{text}
</span>
);