diff --git a/include/staff/cannedresponses.inc.php b/include/staff/cannedresponses.inc.php
index c1052be2aa5f6ea2499314dcf033125755cf619f..1a7316aa961b27f4a081c3f1d146ba5077ace76f 100644
--- a/include/staff/cannedresponses.inc.php
+++ b/include/staff/cannedresponses.inc.php
@@ -87,7 +87,7 @@ else
                     <a href="canned.php?id=<?php echo $row['canned_id']; ?>"><?php echo Format::truncate($row['title'],200); echo "&nbsp;$files"; ?></a>&nbsp;
                 </td>
                 <td><?php echo $row['isenabled']?'Active':'<b>Disabled</b>'; ?></td>
-                <td><?php echo $row['department']?$row['department']:'-- All Departments --'; ?></td>
+                <td><?php echo $row['department']?$row['department']:'&mdash; All Departments &mdash;'; ?></td>
                 <td>&nbsp;<?php echo Format::db_datetime($row['updated']); ?></td>
             </tr>
             <?php