fix total comments

This commit is contained in:
Thomas Zarebczan 2021-10-15 13:08:31 -04:00 committed by GitHub
parent d1493d5fb3
commit 055d437865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -300,7 +300,7 @@ function CommentList(props: Props) {
title={
(totalComments === 0 && __('Leave a comment')) ||
(totalComments === 1 && __('1 comment')) ||
__('%total_comments% comments', { totalComments })
__('%totalComments% comments', { totalComments })
}
titleActions={
<>