You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
Change redact -> remove for clarity
Addresses vector-im/riot-web#2814 Non-technical users may not understand what 'redact' means and can more easily understand what 'Remove' does. See discussion on vector-im/riot-web#2814 for more information. Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = React.createClass({
|
||||
render: function() {
|
||||
const text = this.props.mxEvent.getContent().body;
|
||||
return (
|
||||
<span className="mx_UnknownBody" title="Redacted or unknown message type">
|
||||
<span className="mx_UnknownBody" title="Removed or unknown message type">
|
||||
{text}
|
||||
</span>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user