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();