From 7969da352a04e07449599084ba68c9e12b8a8e42 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt-Bilkenroth Date: Thu, 16 Nov 2023 14:50:20 +0100 Subject: [PATCH] fixed small typo --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` : '' }