Change missed 'Redact' to 'Remove' in ImageView.

Signed-off-by: Travis Ralston <travpc@gmail.com>
pull/4362/head
turt2live 2017-06-19 16:24:03 -06:00
parent 7fda26f268
commit b9fc46fa41
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ module.exports = React.createClass({
var eventRedact;
if(showEventMeta) {
eventRedact = (<div className="mx_ImageView_button" onClick={this.onRedactClick}>
{ _t('Redact') }
{ _t('Remove') }
</div>);
}