Fixes #15336: Correct label for recurring scheduled jobs

This commit is contained in:
Jeremy Stretch
2024-03-08 17:03:18 -05:00
parent f3c7da2cfb
commit ffcdd4c42e
2 changed files with 5 additions and 1 deletions

View File

@@ -63,7 +63,7 @@
<td>
{{ object.scheduled|annotated_date|placeholder }}
{% if object.interval %}
({% blocktrans with interval=object.interval %}every {{ interval }} seconds{% endblocktrans %})
({% blocktrans with interval=object.interval %}every {{ interval }} minutes{% endblocktrans %})
{% endif %}
</td>
</tr>