From 5a43b8f9f446c8c61612fe8efb37a2c9c2d79a09 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 24 Mar 2016 15:41:54 +0100 Subject: [PATCH] fix header --- views/bootstrap/class.SetRecipients.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.SetRecipients.php b/views/bootstrap/class.SetRecipients.php index d61fde678..ddfd9df7f 100644 --- a/views/bootstrap/class.SetRecipients.php +++ b/views/bootstrap/class.SetRecipients.php @@ -44,7 +44,7 @@ class SeedDMS_View_SetRecipients extends SeedDMS_Bootstrap_Style { $this->globalNavigation($folder); $this->contentStart(); $this->pageNavigation($this->getFolderPathHTML($folder, true, $document), "view_document", $document); - $this->contentHeading(getMLText("change_assignments")); + $this->contentHeading(getMLText("change_recipients")); // Retrieve a list of all users and groups that have receipt privileges. $docAccess = $document->getReadAccessList();