kopia lustrzana https://github.com/mediacms-io/mediacms
pull/1076/head
rodzic
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
Ładowanie…
Reference in New Issue