mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-26 01:43:06 +03:00
Fix typo.
This commit is contained in:
parent
d4f9035ce4
commit
6d10b3364e
1 changed files with 3 additions and 3 deletions
|
@ -177,8 +177,8 @@
|
||||||
<td>
|
<td>
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" id="tuesday" />
|
<input type="checkbox" id="thursday" />
|
||||||
<?php echo $this->lang->line('tuesday'); ?>
|
<?php echo $this->lang->line('thursday'); ?>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in a new issue