This commit is contained in:
Michael Telatynski 2020-01-23 11:51:31 +00:00
parent 6c3ac2d0c4
commit 873952a83e

View file

@ -477,7 +477,7 @@ export default createReactClass({
extraComponents.push( extraComponents.push(
<AccessibleButton kind="secondary" onClick={this.props.onRejectAndIgnoreClick} key="ignore"> <AccessibleButton kind="secondary" onClick={this.props.onRejectAndIgnoreClick} key="ignore">
{ _t("Reject & Ignore user") } { _t("Reject & Ignore user") }
</AccessibleButton> </AccessibleButton>,
); );
} }
break; break;