From c951f47034d8b867e05523c0b84b6d7b8da71b8c Mon Sep 17 00:00:00 2001 From: Stefan Schmidt-Bilkenroth Date: Thu, 16 Nov 2023 14:51:31 +0100 Subject: [PATCH] beantwortet -> kommentiert --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` : '' }