Fix translation string bugs

This commit is contained in:
ErikKalkoken
2020-02-29 15:55:42 +01:00
parent ad4ee9d822
commit 54a71630f1
3 changed files with 17 additions and 6 deletions

View File

@@ -89,7 +89,7 @@
{% if task_queue_length < 0 %}
{% trans "Error retrieving task queue length" %}
{% else %}
{% blocktrans count tasks=task_queue_length %}
{% blocktrans trimmed count tasks=task_queue_length %}
{{ tasks }} task
{% plural %}
{{ tasks }} tasks