From 2abec7a81a931ce4a2ea85c6ea0ebc06ed8e2bda Mon Sep 17 00:00:00 2001 From: TheErrorExe Date: Wed, 26 Feb 2025 14:18:38 +0100 Subject: [PATCH] . --- site_storage/watch_wii_template.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site_storage/watch_wii_template.html b/site_storage/watch_wii_template.html index c58b593..b6a90d0 100644 --- a/site_storage/watch_wii_template.html +++ b/site_storage/watch_wii_template.html @@ -145,12 +145,12 @@

{{ title }}

-
{{ viewCount }} Aufrufe • {{ publishedAt }}
+
{{ viewCount }} Views • {{ publishedAt }}
{{ uploader }} -
{{ subscriberCount }} Abonnenten
+
{{ subscriberCount }} Subscribers
-

Kommentare ({{ commentCount }})

+

Comments ({{ commentCount }})

{% if comments %} {% for comment in comments %}
@@ -168,7 +168,7 @@
{% endfor %} {% else %} -

Keine Kommentare.

+

No Comments ):

{% endif %}