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 %}