diff --git a/include/staff/settings-tickets.inc.php b/include/staff/settings-tickets.inc.php
index d64c52ed12a4f7e4148598e75d292a93430cbe59..0ae82c9d50ea7da1cd1346bff4361f4fd42af6d5 100644
--- a/include/staff/settings-tickets.inc.php
+++ b/include/staff/settings-tickets.inc.php
@@ -214,7 +214,7 @@ if(!($maxfileuploads=ini_get('max_file_uploads')))
             </th>
         </tr>
         <tr>
-            <td width="180"><?php echo __('Ticket Attachment Settings');?>:</td>
+            <td width="180"><?php echo __('EndUser Attachment Settings');?>:</td>
             <td>
 <?php
                 $tform = TicketForm::objects()->one()->getForm();
@@ -231,7 +231,7 @@ if(!($maxfileuploads=ini_get('max_file_uploads')))
             </td>
         </tr>
         <tr>
-            <td width="180"><?php echo __('Maximum File Size');?>:</td>
+            <td width="180"><?php echo __('Agent Maximum File Size');?>:</td>
             <td>
                 <select name="max_file_size">
                     <option value="262144">&mdash; <?php echo __('Small'); ?> &mdash;</option>