Merge pull request #5538 from kchadha/comment-thread-string-fix

Fix l10n string ID where it previously got missed.
This commit is contained in:
Karishma Chadha 2021-06-02 16:18:32 -04:00 committed by GitHub
commit 99344af688
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
}