diff --git a/views/bootstrap/class.ApprovalSummary.php b/views/bootstrap/class.ApprovalSummary.php index 26c1d1c7d..932b3fb7e 100644 --- a/views/bootstrap/class.ApprovalSummary.php +++ b/views/bootstrap/class.ApprovalSummary.php @@ -133,7 +133,7 @@ class SeedDMS_View_ApprovalSummary extends SeedDMS_Bootstrap_Style { if (!$printheader) { echo "\n\n"; }else{ - printMLText("empty_notify_list"); + printMLText("no_approval_needed"); } $this->contentContainerEnd(); diff --git a/views/bootstrap/class.ReviewSummary.php b/views/bootstrap/class.ReviewSummary.php index fc58772bc..49001f7af 100644 --- a/views/bootstrap/class.ReviewSummary.php +++ b/views/bootstrap/class.ReviewSummary.php @@ -135,7 +135,7 @@ class SeedDMS_View_ReviewSummary extends SeedDMS_Bootstrap_Style { if (!$printheader) { echo "\n"; }else{ - printMLText("empty_notify_list"); + printMLText("no_docs_to_review"); }