Rename the single document form download link from "Download" to "Advanced download".

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-06-08 00:02:42 -04:00
parent 46f593654c
commit 74a252afcf

View File

@@ -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(