diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 0727d8d4a..6d57a8431 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -667,7 +667,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { } echo ""; echo ""; - echo getApprovalStatusText($rec["status"]); + echo getReviewStatusText($rec["status"]); echo ""; echo ""; } @@ -720,7 +720,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { echo "
".htmlspecialchars($rec['comment']); if($rec['file']) { echo "
"; - echo " ".getMLText('download').""; + echo " ".getMLText('download').""; } echo ""; echo "";