Skip to content
Snippets Groups Projects
Commit 1f9fd05b authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: Disambiguate "Assigned Agents" term

parent 09e9bb13
Branches
Tags
No related merge requests found
......@@ -72,7 +72,7 @@
<td>
<input type="checkbox" name="message_alert_assigned" <?php
echo $config['message_alert_assigned']?'checked':''; ?>>
<?php echo __('Assigned Agents'); ?>
<?php echo __('Assigned Agent / Team'); ?>
</td>
</tr>
<tr>
......@@ -135,7 +135,7 @@
<tr>
<td>
<input type="checkbox" name="assigned_alert_staff" <?php echo
$config['assigned_alert_staff']?'checked':''; ?>> <?php echo __('Assigned Agents'); ?>
$config['assigned_alert_staff']?'checked':''; ?>> <?php echo __('Assigned Agent / Team'); ?>
</td>
</tr>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment