diff --git a/tubesync/sync/templates/sync/tasks.html b/tubesync/sync/templates/sync/tasks.html
index 2b7a1250..9cb9dfe1 100644
--- a/tubesync/sync/templates/sync/tasks.html
+++ b/tubesync/sync/templates/sync/tasks.html
@@ -25,7 +25,7 @@
{% for task in running %}
{{ task }}
- Task started at {{ task.run_at|date:'Y-m-d H:i:s' }}
+ Task started at {{ task.locked_at|date:'Y-m-d H:i:s' }}
{% empty %}
There are no running tasks.