This commit is contained in:
Markos Gogoulos 2024-10-04 13:38:42 +03:00
parent ac7c523901
commit b48be26c8b
2 changed files with 2 additions and 2 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}

File diff suppressed because one or more lines are too long