fix total comments
This commit is contained in:
parent
d1493d5fb3
commit
055d437865
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ function CommentList(props: Props) {
|
||||||
title={
|
title={
|
||||||
(totalComments === 0 && __('Leave a comment')) ||
|
(totalComments === 0 && __('Leave a comment')) ||
|
||||||
(totalComments === 1 && __('1 comment')) ||
|
(totalComments === 1 && __('1 comment')) ||
|
||||||
__('%total_comments% comments', { totalComments })
|
__('%totalComments% comments', { totalComments })
|
||||||
}
|
}
|
||||||
titleActions={
|
titleActions={
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Reference in a new issue