diff --git a/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitUI.inc b/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitUI.inc index f9ea13d..625b1dc 100644 --- a/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitUI.inc +++ b/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitUI.inc @@ -16,12 +16,12 @@ function getPage($iGroupID, $iUnitID) { if (isset($iGroupID)) { $oGroup = Group::get($iGroupID); - $heading = "Are you Sure you wish to assign the Group to the Unit?\n"; + $heading = "Are you Sure you wish to assign the Group to the Unit?\n"; } else { if (Permission::userIsUnitAdministrator()) { - $heading = "Please Assign a Group to your Unit:\n"; + $heading = "Please Assign a Group to your Unit:\n"; } else { - $heading = "Please Assign a Group to a Unit:\n"; + $heading = "Please Assign a Group to a Unit:\n"; } }