diff --git a/script.js b/script.js index 944bd91..325f193 100644 --- a/script.js +++ b/script.js @@ -147,7 +147,7 @@ const updateCarousel = function(slides, posts) {

${timeAgo(secondsAgo(new Date(post.created_at)))} ${post.favourites_count ? `, ${post.favourites_count} mal favorisiert` : '' } - ${post.replies_count ? `, ${post.replies_count} mal beantwortet` : '' } + ${post.replies_count ? `, ${post.replies_count} mal kommentiert` : '' } ${post.reblogs_count ? `, ${post.reblogs_count} mal geteilt` : '' }