diff --git a/include/staff/department.inc.php b/include/staff/department.inc.php index 4d2cbd5be9522cd4f25069af42e326f3eaa4543e..1d32543973633c1817bbe1a0e141c82259c74ae1 100644 --- a/include/staff/department.inc.php +++ b/include/staff/department.inc.php @@ -339,7 +339,7 @@ $info = Format::htmlchars(($errors && $_POST) ? $_POST : $info); <tr class="header" id="extended-access-members"> <td colspan="2"> <div><small> - <?php echo __('Agents who have extended access to this department'); ?> + <?php echo sprintf(__('Agents who have extended access to %s'), __('this department')); ?> </small></div> </td> </tr>