mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Corrected typo in backend appointment modal.
This commit is contained in:
parent
eac4a89c2d
commit
3213e5cc90
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label for="end-datetime" class="control-label"><?php echo $this->lang->line('start_date_time'); ?></label>
|
<label for="end-datetime" class="control-label"><?php echo $this->lang->line('end_date_time'); ?></label>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<input type="text" id="end-datetime" />
|
<input type="text" id="end-datetime" />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue