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>
|
||||||
|
@ -429,4 +429,4 @@
|
||||||
<a href="http://www.gnu.org/copyleft/gpl.html">http://www.gnu.org/copyleft/gpl.html</a>
|
<a href="http://www.gnu.org/copyleft/gpl.html">http://www.gnu.org/copyleft/gpl.html</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue