forked from mirrors/easyappointments
Corrected users menu item
This commit is contained in:
parent
617ada7641
commit
e7d7307cd6
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
<li class="nav-item dropdown <?= $active . $hidden ?>">
|
<li class="nav-item dropdown <?= $active . $hidden ?>">
|
||||||
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown"
|
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown"
|
||||||
data-tippy-content="<?= lang('manage_users_hint') ?>">
|
data-tippy-content="<?= lang('manage_users_hint') ?>">
|
||||||
<i class="fas fa-business-time me-2"></i>
|
<i class="fas fa-users me-2"></i>
|
||||||
<?= lang('users') ?>
|
<?= lang('users') ?>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-right">
|
<div class="dropdown-menu dropdown-menu-right">
|
||||||
|
|
Loading…
Reference in a new issue