mirror of https://github.com/vector-im/riot-web
s/Delete/Redact/
parent
19d272b171
commit
6d6e1366dc
|
@ -84,7 +84,7 @@ module.exports = React.createClass({
|
|||
else {
|
||||
redactButton = (
|
||||
<div className="mx_ContextualMenu_field" onClick={this.onRedactClick}>
|
||||
Delete
|
||||
Redact
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue