From 69d33bef7cd2b24edff2f48a427de4a671b66426 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 15 Jun 2019 03:35:04 -0400 Subject: [PATCH] Fix workflow proxy no-result message Signed-off-by: Roberto Rosario --- mayan/apps/document_states/views/workflow_proxy_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/document_states/views/workflow_proxy_views.py b/mayan/apps/document_states/views/workflow_proxy_views.py index 3cfe155204..21efa2bb9e 100644 --- a/mayan/apps/document_states/views/workflow_proxy_views.py +++ b/mayan/apps/document_states/views/workflow_proxy_views.py @@ -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"'