diff --git a/ui/component/commentsList/view.jsx b/ui/component/commentsList/view.jsx index 4aa3fcdbb..b34c09301 100644 --- a/ui/component/commentsList/view.jsx +++ b/ui/component/commentsList/view.jsx @@ -300,7 +300,7 @@ function CommentList(props: Props) { title={ (totalComments === 0 && __('Leave a comment')) || (totalComments === 1 && __('1 comment')) || - __('%totalComments% comments', { totalComments }) + __('%total_comments% comments', { total_comments: totalComments }) } titleActions={ <>