Fixes #431 localize calendar header text

merge-requests/20/head
Mike Koch 8 years ago
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>&nbsp;Calendar</a>
<a href="<?php echo HESK_PATH; ?>calendar.php"><i class="fa fa-calendar" <?php echo $iconDisplay; ?>></i>&nbsp;<?php echo $hesklang['calendar_title_case']; ?></a>
</li>
<?php endif; ?>
<?php include('custom/header-custom.inc.php'); ?>

Loading…
Cancel
Save