Skip to content

Commit

Permalink
Merge pull request #3722 from turt2live/travis/redact-to-remove
Browse files Browse the repository at this point in the history
Change redact -> remove to improve clarity
  • Loading branch information
ara4n authored May 28, 2017
2 parents 47d412d + da7c6ca commit fabae2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/context_menus/MessageContextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
);
}
Expand Down

0 comments on commit fabae2f

Please sign in to comment.