mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-17 02:11:31 +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() {
|
||||
const text = this.props.mxEvent.getContent().body;
|
||||
return (
|
||||
<span className="mx_UnknownBody">
|
||||
<span className="mx_UnknownBody" title="Redacted or unknown message type">
|
||||
{text}
|
||||
</span>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user