Fix workflow proxy no-result message

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-06-15 03:35:04 -04:00
parent 3f86dfc902
commit 69d33bef7c

View File

@@ -91,7 +91,7 @@ class WorkflowStateDocumentListView(DocumentListView):
'object': workflow_state,
'navigation_object_list': ('object', 'workflow'),
'no_results_title': _(
'There are documents in this workflow state'
'There are no documents in this workflow state'
),
'title': _(
'Documents in the workflow "%s", state "%s"'