beantwortet -> kommentiert
This commit is contained in:
parent
7969da352a
commit
c951f47034
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue