diff --git a/mayan/apps/documents/links.py b/mayan/apps/documents/links.py index bc1c537d0b..9e168dd87e 100644 --- a/mayan/apps/documents/links.py +++ b/mayan/apps/documents/links.py @@ -103,7 +103,7 @@ link_document_document_type_edit = Link( view='documents:document_document_type_edit', args='resolved_object.id' ) link_document_download = Link( - permissions=(permission_document_download,), text=_('Download'), + permissions=(permission_document_download,), text=_('Advanced download'), view='documents:document_download_form', args='resolved_object.id' ) link_document_print = Link(