diff --git a/tubesync/sync/templates/sync/tasks-completed.html b/tubesync/sync/templates/sync/tasks-completed.html
index b87805be..52f576df 100644
--- a/tubesync/sync/templates/sync/tasks-completed.html
+++ b/tubesync/sync/templates/sync/tasks-completed.html
@@ -17,14 +17,14 @@
{% if task.has_error %}
{{ task.verbose_name }}
- Source: "{{ task.queue }}"
+ Queue: "{{ task.queue }}"
Error: "{{ task.error_message }}"
Task ran at {{ task.run_at|date:'Y-m-d H:i:s' }}
{% else %}
{{ task.verbose_name }}
- Source: "{{ task.queue }}"
+ Queue: "{{ task.queue }}"
Task ran at {{ task.run_at|date:'Y-m-d H:i:s' }}
{% endif %}