diff --git a/include/staff/tpl.inc.php b/include/staff/tpl.inc.php
index dbc58fc8603470b9f8ec1edaead47961030c1e75..6dc296cf50240e1d0c0530f495241b3802ab6bf7 100644
--- a/include/staff/tpl.inc.php
+++ b/include/staff/tpl.inc.php
@@ -71,7 +71,7 @@ $tpl=$msgtemplates[$selected];
    <thead>
      <tr>
         <th colspan="2">
-            <h4><?php echo Format::htmlchars($nfo['desc']); ?></h4>
+            <h4><?php echo Format::htmlchars($tpl['desc']); ?></h4>
             <em>Subject and body required.  <a class="tip" href="ticket_variables.txt">Supported Variables</a>.</em>
         </th>
      </tr>