Merge pull request #3722 from turt2live/travis/redact-to-remove

Change redact -> remove to improve clarity
pull/4078/head
Matthew Hodgson 2017-05-28 22:41:52 +01:00 committed by GitHub
commit fabae2f19f
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ module.exports = React.createClass({
if (!eventStatus && !this.props.mxEvent.isRedacted()) { // sent and not redacted
redactButton = (
<div className="mx_MessageContextMenu_field" onClick={this.onRedactClick}>
{ _t('Redact') }
{ _t('Remove') }
</div>
);
}