Commit c377af81 authored by Karishma Chadha's avatar Karishma Chadha

Fix l10n string ID where it previously got missed.

parent e2db8908
......@@ -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>
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment