beantwortet -> kommentiert

This commit is contained in:
Stefan Schmidt-Bilkenroth 2023-11-16 14:51:31 +01:00
parent 7969da352a
commit c951f47034

View file

@ -147,7 +147,7 @@ const updateCarousel = function(slides, posts) {
<p class="card-text text-right">
<small class="text-muted"><a href="${post.url}" target="_blank" data-time="${post.created_at}">${timeAgo(secondsAgo(new Date(post.created_at)))}</a>
${post.favourites_count ? `, <b>${post.favourites_count}</b> mal favorisiert` : '' }
${post.replies_count ? `, <b>${post.replies_count}</b> mal beantwortet` : '' }
${post.replies_count ? `, <b>${post.replies_count}</b> mal kommentiert` : '' }
${post.reblogs_count ? `, <b>${post.reblogs_count}</b> mal geteilt` : '' }
</small>
</p>