diff --git a/include/staff/directory.inc.php b/include/staff/directory.inc.php
index 22c19bdd921103bf10b948c4a339c9c678c10099..1d44df3ef2de432e915156f91670a899a8cc4be0 100644
--- a/include/staff/directory.inc.php
+++ b/include/staff/directory.inc.php
@@ -65,7 +65,7 @@ $query="$select $from $where GROUP BY staff.staff_id ORDER BY $order_by LIMIT ".
     <form action="directory.php" method="GET" name="filter">
        <input type="text" name="q" value="<?php echo Format::htmlchars($_REQUEST['q']); ?>" >
         <select name="did" id="did">
-             <option value="0">&mdash; All Department &mdash;</option>
+             <option value="0">&mdash; All Departments &mdash;</option>
              <?php
              $sql='SELECT dept.dept_id, dept.dept_name,count(staff.staff_id) as users  '.
                   'FROM '.DEPT_TABLE.' dept '.