From 9c6094da02d2ad98dfd27c3e05a47710ceb5c2f5 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 8 May 2015 08:32:09 +0200 Subject: [PATCH] correct wrong phrase if there are no group approvals/reviews --- views/bootstrap/class.ApprovalSummary.php | 2 +- views/bootstrap/class.ReviewSummary.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"); }