mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-19 03:11:04 +02:00
UnknownBody: add explanatory title
This commit is contained in:
parent
68f66e9425
commit
7891f9b246
@ -24,7 +24,7 @@ module.exports = React.createClass({
|
|||||||
render: function() {
|
render: function() {
|
||||||
const text = this.props.mxEvent.getContent().body;
|
const text = this.props.mxEvent.getContent().body;
|
||||||
return (
|
return (
|
||||||
<span className="mx_UnknownBody">
|
<span className="mx_UnknownBody" title="Redacted or unknown message type">
|
||||||
{text}
|
{text}
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user