diff --git a/include/class.staff.php b/include/class.staff.php index 8cc30b7db70608e84ad75228f0e2decbc6db325d..6a2f2646bdf1e6ff0512f1a53018ad728c1de596 100644 --- a/include/class.staff.php +++ b/include/class.staff.php @@ -1088,7 +1088,7 @@ implements AuthenticatedUser, EmailContact, TemplateVariable { if (!$role_id || !Role::lookup($role_id)) $errors['dept_access'][$dept_id] = __('Select a valid role'); if (!$dept_id || !Dept::lookup($dept_id)) - $errors['dept_access'][$dept_id] = __('Select a valid departent'); + $errors['dept_access'][$dept_id] = __('Select a valid department'); if ($dept_id == $this->getDeptId()) $errors['dept_access'][$dept_id] = __('Agent already has access to this department'); $da = $this->dept_access->findFirst(array('dept_id' => $dept_id));