Corrected backend/calendars view typo.
This commit is contained in:
parent
60c46cc16d
commit
9ff11db2e6
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
<label for="select-filter-item">
|
<label for="select-filter-item">
|
||||||
<?php echo $this->lang->line('display_calendar'); ?>
|
<?php echo $this->lang->line('display_calendar'); ?>
|
||||||
</label>
|
</label>
|
||||||
<select id="select-filter-item" class="form-control">
|
<select id="select-filter-item" class="form-control"
|
||||||
title="<?php echo $this->lang->line('select_filter_item_hint'); ?>">
|
title="<?php echo $this->lang->line('select_filter_item_hint'); ?>">
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue