Skip to content
Snippets Groups Projects
Commit e7075511 authored by Michael's avatar Michael
Browse files

Update department.inc.php after merging upstream / develop

In addition to 71a6b2a0 splitted "this department" here.
parent 20af1ca3
Branches
Tags
No related merge requests found
...@@ -339,7 +339,7 @@ $info = Format::htmlchars(($errors && $_POST) ? $_POST : $info); ...@@ -339,7 +339,7 @@ $info = Format::htmlchars(($errors && $_POST) ? $_POST : $info);
<tr class="header" id="extended-access-members"> <tr class="header" id="extended-access-members">
<td colspan="2"> <td colspan="2">
<div><small> <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> </small></div>
</td> </td>
</tr> </tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment