mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +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>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" id="tuesday" />
|
||||
<?php echo $this->lang->line('tuesday'); ?>
|
||||
<input type="checkbox" id="thursday" />
|
||||
<?php echo $this->lang->line('thursday'); ?>
|
||||
</label>
|
||||
</div>
|
||||
</td>
|
||||
|
@ -429,4 +429,4 @@
|
|||
<a href="http://www.gnu.org/copyleft/gpl.html">http://www.gnu.org/copyleft/gpl.html</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue