diff --git a/include/staff/settings-alerts.inc.php b/include/staff/settings-alerts.inc.php index b08cdbe4d5e94edfd1927cf2866e93e0c57d0de6..4b69e18035bbfa10afeb6d2b91e854fe85fcc2e5 100644 --- a/include/staff/settings-alerts.inc.php +++ b/include/staff/settings-alerts.inc.php @@ -1,4 +1,4 @@ -<table class="form_table settings_table" width="940" border="0" cellspacing="0" cellpadding="2"> +<table class="form_table settings_table" width="940" border="0" cellspacing="0" cellpadding="2"> <tbody> <tr><th><em><b><?php echo __('New Ticket Alert'); ?></b>: <i class="help-tip icon-question-sign" href="#ticket_alert"></i> @@ -123,7 +123,7 @@ <tr> <td> <input type="checkbox" name="assigned_alert_staff" <?php echo - $config['assigned_alert_staff']?'checked':''; ?>> <?php echo __('Assigned Agent / Team'); ?> + $config['assigned_alert_staff']?'checked':''; ?>> <?php echo __('Assigned Agent'); ?> </td> </tr> <tr>