Fixes #431 localize calendar header text
This commit is contained in:
parent
0b1036586d
commit
22a8132953
@ -325,7 +325,7 @@ if ($modsForHesk_settings['show_icons']) {
|
||||
if ($modsForHesk_settings['enable_calendar'] == 1):
|
||||
?>
|
||||
<li class="<?php echo $active; ?>">
|
||||
<a href="<?php echo HESK_PATH; ?>calendar.php"><i class="fa fa-calendar" <?php echo $iconDisplay; ?>></i> Calendar</a>
|
||||
<a href="<?php echo HESK_PATH; ?>calendar.php"><i class="fa fa-calendar" <?php echo $iconDisplay; ?>></i> <?php echo $hesklang['calendar_title_case']; ?></a>
|
||||
</li>
|
||||
<?php endif; ?>
|
||||
<?php include('custom/header-custom.inc.php'); ?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user