diff --git a/views/bootstrap/class.WorkflowSummary.php b/views/bootstrap/class.WorkflowSummary.php index f1aa73124..39e4e1f17 100644 --- a/views/bootstrap/class.WorkflowSummary.php +++ b/views/bootstrap/class.WorkflowSummary.php @@ -100,7 +100,7 @@ class SeedDMS_View_WorkflowSummary extends SeedDMS_Bootstrap_Style { if (!$printheader) { echo "\n"; } else { - printMLText("no_docs_to_review"); + printMLText("no_docs_to_look_at"); } $this->contentContainerEnd(); @@ -155,7 +155,7 @@ class SeedDMS_View_WorkflowSummary extends SeedDMS_Bootstrap_Style { if (!$printheader) { echo "\n"; }else{ - printMLText("empty_notify_list"); + printMLText("no_docs_to_look_at"); }