From 4ac3ea014c420cc2c84bfccc39da83fbe6fc4fd2 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 3 Jul 2015 16:57:01 +0200 Subject: [PATCH] set heading to add_approval --- views/bootstrap/class.ApproveDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.ApproveDocument.php b/views/bootstrap/class.ApproveDocument.php index 16e6d3523..04f104430 100644 --- a/views/bootstrap/class.ApproveDocument.php +++ b/views/bootstrap/class.ApproveDocument.php @@ -51,7 +51,7 @@ class SeedDMS_View_ApproveDocument extends SeedDMS_Bootstrap_Style { $this->globalNavigation($folder); $this->contentStart(); $this->pageNavigation($this->getFolderPathHTML($folder, true, $document), "view_document", $document); - $this->contentHeading(getMLText("submit_approval")); + $this->contentHeading(getMLText("add_approval")); ?>