diff --git a/mayan/apps/main/templates/main/generic_list_subtemplate.html b/mayan/apps/main/templates/main/generic_list_subtemplate.html index d55a462bda..6e538cb38e 100644 --- a/mayan/apps/main/templates/main/generic_list_subtemplate.html +++ b/mayan/apps/main/templates/main/generic_list_subtemplate.html @@ -144,7 +144,7 @@ {% endif %} {% empty %} - {% blocktrans with title as title %}There are no {{ title }}{% endblocktrans %} + {% trans 'No results' %} {% endfor %}