mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Fix incorrect translation string in comment report
This commit is contained in:
parent
933b805044
commit
a8cf28958c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue