Fix incorrect translation string in comment report

This commit is contained in:
Paul Kaplan 2018-11-21 11:47:12 -05:00
parent 933b805044
commit a8cf28958c

View file

@ -158,7 +158,7 @@ class Comment extends React.Component {
className="comment-report"
onClick={this.handleReport}
>
<FormattedMessage id="comments.report" />
<FormattedMessage id="general.report" />
</span>
)}
</React.Fragment>