s/Delete/Redact/

pull/296/head
Matthew Hodgson 2015-10-25 02:13:01 +00:00
parent 19d272b171
commit 6d6e1366dc
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ module.exports = React.createClass({
else { else {
redactButton = ( redactButton = (
<div className="mx_ContextualMenu_field" onClick={this.onRedactClick}> <div className="mx_ContextualMenu_field" onClick={this.onRedactClick}>
Delete Redact
</div> </div>
); );
} }