fix translation

This commit is contained in:
bkfox
2020-05-31 16:17:11 +02:00
parent c5a175d483
commit 4cda6d42e4
3 changed files with 6 additions and 3 deletions

View File

@ -18,7 +18,7 @@ FIXME: consider moving into the "widgets" directory.
{% if schedule.initial %}
{% with schedule.initial.date as date %}
<span title="{% blocktrans %}Rerun of {{ date }}{% endblocktrans %}">
({% trans "rerun" %})
({% trans "Rerun" %})
</span>
{% endwith %}
{% endif %}