Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2022-11-02 07:46:18 +01:00
Родитель 8df58e63e2
Коммит d733b6e584
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@
<div class="comments">
<CommentAdd v-if="acl.allowComment" />
<Comments v-if="!showEmptyContent" />
<NcEmptyContent :title="t('polls', 'No comments')">
<NcEmptyContent v-else :title="t('polls', 'No comments')">
<template #icon>
<CommentsIcon />
</template>