mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-21 15:53:21 +01:00
wtv
This commit is contained in:
parent
ac7c523901
commit
b48be26c8b
@ -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
Loading…
Reference in New Issue
Block a user