diff --git a/include/staff/templates.inc.php b/include/staff/templates.inc.php
index 6bb80b6585dae175e4f1d248328e1c6c97cd7dfe..0ce527d8b3c1301bb9d3d39f25c8d2a1eb05edbb 100644
--- a/include/staff/templates.inc.php
+++ b/include/staff/templates.inc.php
@@ -43,10 +43,10 @@ else
 ?>
 
 <div style="width:700px;padding-top:5px; float:left;">
- <h2>Email Templates</h2>
+ <h2>Email Template Sets</h2>
 </div>
 <div style="float:right;text-align:right;padding-top:5px;padding-right:5px;">
- <b><a href="templates.php?a=add" class="Icon newEmailTemplate">Add New Template</a></b></div>
+ <b><a href="templates.php?a=add" class="Icon newEmailTemplate">Add New Template Set</a></b></div>
 <div class="clear"></div>
 <form action="templates.php" method="POST" name="tpls">
  <?php csrf_token(); ?>