diff --git a/script.js b/script.js index f36fae7..944bd91 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} Antworten` : '' } + ${post.replies_count ? `, ${post.replies_count} mal beantwortet` : '' } ${post.reblogs_count ? `, ${post.reblogs_count} mal geteilt` : '' }