UnknownBody: add explanatory title

pull/21833/head
Aviral Dasgupta 2017-03-19 15:18:19 +05:30
parent 68f66e9425
commit 7891f9b246
No known key found for this signature in database
GPG Key ID: 5FD1E9F4FFD3DA80
1 changed files with 1 additions and 1 deletions

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>
);