From 9928dac96e23ad968c0820e45731b8a9bb611396 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Wed, 25 Jul 2012 12:12:02 -0400
Subject: [PATCH] Reword department access settings page - on what group access
 means

---
 include/staff/department.inc.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/staff/department.inc.php b/include/staff/department.inc.php
index 2c1ff86ca..b90008733 100644
--- a/include/staff/department.inc.php
+++ b/include/staff/department.inc.php
@@ -206,10 +206,10 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
         </tr>
         <tr>
             <th colspan="2">
-                <em><strong>Department Access</strong>: Check all groups allowed to access department.</em>
+                <em><strong>Department Access</strong>: Check all groups allowed to access this department.</em>
             </th>
         </tr>
-        <tr><td colspan=2><em>Primary department members and manager will always have access regarless of group selection or assignment.</em></td></tr>
+        <tr><td colspan=2><em>Department manager and primary members will always have access independent of group selection or assignment.</em></td></tr>
         <?php
          $sql='SELECT group_id, group_name, count(staff.staff_id) as members '
              .' FROM '.GROUP_TABLE.' grp '
-- 
GitLab