Skip to content

Commit

Permalink
remove duplicate title
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Apr 30, 2021
1 parent 2329d31 commit 580172b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions administrator/components/com_users/tmpl/groups/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
<?php echo Text::_('COM_USERS_DEBUG_PERMISSIONS'); ?>
</th>
<th scope="col" class="w-10 text-center">
<span class="icon-check" aria-hidden="true" title="<?php echo Text::_('COM_USERS_COUNT_ENABLED_USERS'); ?>"></span>
<span class="icon-check" aria-hidden="true"></span>
<?php echo Text::_('COM_USERS_COUNT_ENABLED_USERS'); ?>
</th>
<th scope="col" class="w-10 text-center">
<span class="icon-times" aria-hidden="true" title="<?php echo Text::_('COM_USERS_COUNT_DISABLED_USERS'); ?>"></span>
<span class="icon-times" aria-hidden="true"></span>
<?php echo Text::_('COM_USERS_COUNT_DISABLED_USERS'); ?>
</th>
<th scope="col" class="w-5 d-none d-md-table-cell">
Expand Down

0 comments on commit 580172b

Please sign in to comment.