mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-20 21:46:04 -05:00
Feat translations improvements v1 (#1076)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user