From d901a80f632cf510c1872e010bb935db4f5e0db7 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 9 Sep 2014 03:58:03 -0400 Subject: [PATCH] Change composed empty list message with a simple generic message, issue #12 @mbehrle --- mayan/apps/main/templates/main/generic_list_subtemplate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}