From 229df00e4ada5892d83035ab089b9d007694b870 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 14 Oct 2014 03:36:11 -0400 Subject: [PATCH] Fix typo --- mayan/apps/linking/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/linking/views.py b/mayan/apps/linking/views.py index fe3ec011c2..642e873ab7 100644 --- a/mayan/apps/linking/views.py +++ b/mayan/apps/linking/views.py @@ -108,7 +108,7 @@ def smart_link_instances_for_document(request, document_id): subtemplates_list = [{ 'name': 'main/generic_subtemplate.html', 'context': { - 'content': _(u'There no defined smart links for the current document.'), + 'content': _(u'There are no defined smart links for the current document.'), } }]