mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-28 10:07:59 -05:00
Merge pull request #5538 from kchadha/comment-thread-string-fix
Fix l10n string ID where it previously got missed.
This commit is contained in:
commit
99344af688
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class TopLevelComment extends React.Component {
|
|||
{commentHasReplyStatus(reply.id, id) &&
|
||||
<CommentingStatus className="thread-limit-status">
|
||||
<p>
|
||||
<FormattedMessage id="comments.reachedThreadLimit" />
|
||||
<FormattedMessage id="comments.replyLimitReached" />
|
||||
</p>
|
||||
</CommentingStatus>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue