Feat translations improvements v1 (#1076)

This commit is contained in:
Markos Gogoulos
2024-10-04 13:39:28 +03:00
committed by GitHub
parent 4992cc425c
commit 5aa899cef0
10 changed files with 10 additions and 10 deletions

View File

@@ -413,7 +413,7 @@ const CommentsListHeader = ({ commentsLength }) => {
? commentsLength + ' ' + commentsText.ucfirstPlural
: commentsLength + ' ' + commentsText.ucfirstSingle
: MediaPageStore.get('media-data').enable_comments
? translateString('No') + commentsText.single + translateString('yet')
? translateString('No') + ' ' + commentsText.single + ' ' + translateString('yet')
: ''}
</h2>
) : null}