From 3d1279bcf762c30ce66c942c1a5edc2acbcd1020 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 20 Aug 2015 19:35:49 -0400 Subject: [PATCH] Fix casing. --- mayan/apps/tags/links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/tags/links.py b/mayan/apps/tags/links.py index fd3802fef8..bc248453b4 100644 --- a/mayan/apps/tags/links.py +++ b/mayan/apps/tags/links.py @@ -17,7 +17,7 @@ link_multiple_documents_attach_tag = Link( text=_('Attach tag'), view='tags:multiple_documents_tag_attach' ) link_single_document_multiple_tag_remove = Link( - permissions=(permission_tag_remove,), text=_('remove tags'), + permissions=(permission_tag_remove,), text=_('Remove tags'), view='tags:single_document_multiple_tag_remove', args='document.id' ) link_tag_attach = Link(