diff --git a/tubearchivist/home/templates/home/channel.html b/tubearchivist/home/templates/home/channel.html
index 1be4921e..203ad960 100644
--- a/tubearchivist/home/templates/home/channel.html
+++ b/tubearchivist/home/templates/home/channel.html
@@ -36,7 +36,7 @@
-
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 6796ee54..96e5b1d5 100644
--- a/tubearchivist/home/templates/home/downloads.html
+++ b/tubearchivist/home/templates/home/downloads.html
@@ -63,7 +63,7 @@
- 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 %}
-{% endblock content %}
\ No newline at end of file
+{% endblock content %}