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
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment