From 9e3e0d9e6438e066d82da29867292d50bc73cbc5 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 20 May 2019 01:21:24 -0400 Subject: [PATCH] Rename doc type policies to 'deletion policies' Signed-off-by: Roberto Rosario --- mayan/apps/documents/links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/documents/links.py b/mayan/apps/documents/links.py index d067f194d7..98920e1dc1 100644 --- a/mayan/apps/documents/links.py +++ b/mayan/apps/documents/links.py @@ -368,7 +368,7 @@ link_document_type_policies = Link( args='resolved_object.id', icon_class_path='mayan.apps.documents.icons.icon_document_type_policies', permissions=(permission_document_type_edit,), - text=_('Policies'), view='documents:document_type_policies', + text=_('Deletion policies'), view='documents:document_type_policies', ) link_document_type_edit = Link( args='resolved_object.id', icon_class=icon_document_type_edit,