i18n - refix total comments
Meant to re-use strings, but I forgot to change the variable name.
This commit is contained in:
parent
055d437865
commit
0b0f2848da
1 changed files with 1 additions and 1 deletions
|
@ -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={
|
||||
<>
|
||||
|
|
Loading…
Reference in a new issue