Skip to content

Commit 93906b6

Browse files
authored
Missing logs translation (hestiacp#3033)
1 parent f060181 commit 93906b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/includes/panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<!-- Edit User -->
7373
<?php if (($_SESSION['userContext'] === 'admin') && (isset($_SESSION['look']) && ($user == 'admin'))) {?>
7474
<!-- Hide 'edit user' entry point from other administrators for default 'admin' account-->
75-
<div class="l-menu__item <?php if($TAB == 'LOG') echo 'l-menu__item--active' ?>"><a href="/list/log/" title="<?_('Logs');?>" class="l-profile__username"><i class="fas fa-history"></i></a></div>
75+
<div class="l-menu__item <?php if($TAB == 'LOG') echo 'l-menu__item--active' ?>"><a href="/list/log/" title="<?=_('Logs');?>" class="l-profile__username"><i class="fas fa-history"></i></a></div>
7676
<?php } else { ?>
7777
<?php if ($panel[$user]['SUSPENDED'] === 'no') {?>
7878
<div class="l-menu__item"><a href="/edit/user/?user=<?=$user; ?>&token=<?=$_SESSION['token']?>" title="<?=htmlspecialchars($user)?> (<?=htmlspecialchars($panel[$user]['NAME'])?>)" class="l-profile__username"><i class="fas fa-user-circle"></i></a></div>

0 commit comments

Comments
 (0)