Improve document related views titles messages, improve pluralization.
This commit is contained in:
@@ -56,7 +56,7 @@ class DocumentWorkflowInstanceListView(SingleObjectListView):
|
||||
{
|
||||
'hide_link': True,
|
||||
'object': self.get_document(),
|
||||
'title': _('Document workflows'),
|
||||
'title': _('Workflows for document: %s') % self.get_document(),
|
||||
'list_object_variable_name': 'workflow_instance',
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user