From 0fb2f3fcc6ef915869d7efcf3a07f41e0f30bb20 Mon Sep 17 00:00:00 2001 From: crocs <34723037+pairofcrocs@users.noreply.github.com> Date: Thu, 3 Nov 2022 05:14:55 -0500 Subject: [PATCH] Changed the wording in a few places (#357) * Update channel.html Updated wording, removed "matching" as it's not necessary. * Update downloads.html --- tubearchivist/home/templates/home/channel.html | 4 ++-- tubearchivist/home/templates/home/downloads.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tubearchivist/home/templates/home/channel.html b/tubearchivist/home/templates/home/channel.html index 1be4921..203ad96 100644 --- a/tubearchivist/home/templates/home/channel.html +++ b/tubearchivist/home/templates/home/channel.html @@ -36,7 +36,7 @@ list view -

Total matching channels: {{ max_hits }}

+

Total channels: {{ max_hits }}

{% if results %} {% for channel in results %} @@ -81,4 +81,4 @@
-{% endblock content %} \ No newline at end of file +{% endblock content %} diff --git a/tubearchivist/home/templates/home/downloads.html b/tubearchivist/home/templates/home/downloads.html index 6796ee5..96e5b1d 100644 --- a/tubearchivist/home/templates/home/downloads.html +++ b/tubearchivist/home/templates/home/downloads.html @@ -63,7 +63,7 @@ list view -

Total videos: {{ max_hits }}{% if max_hits == 10000 %}+{% endif %} {% if channel_filter_id %} - from channel {{ channel_filter_name }}{% endif %}

+

Total videos in queue: {{ max_hits }}{% if max_hits == 10000 %}+{% endif %} {% if channel_filter_id %} - from channel {{ channel_filter_name }}{% endif %}

@@ -106,4 +106,4 @@
-{% endblock content %} \ No newline at end of file +{% endblock content %}