Change redact -> remove to improve clarity

Addresses #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>
pull/3722/head
turt2live 2017-04-24 12:48:32 -06:00
parent af105b1920
commit 9124c1475a
1 changed files with 1 additions and 1 deletions

View File

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