correct wrong phrase if there are no group approvals/reviews

This commit is contained in:
Uwe Steinmann 2015-05-08 08:32:09 +02:00
parent 4448e235d4
commit e996ecb2d7
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ class SeedDMS_View_ApprovalSummary extends SeedDMS_Bootstrap_Style {
if (!$printheader) {
echo "</tbody>\n</table>\n";
}else{
printMLText("empty_notify_list");
printMLText("no_approval_needed");
}
$this->contentContainerEnd();

View File

@ -135,7 +135,7 @@ class SeedDMS_View_ReviewSummary extends SeedDMS_Bootstrap_Style {
if (!$printheader) {
echo "</tbody>\n</table>";
}else{
printMLText("empty_notify_list");
printMLText("no_docs_to_review");
}