Corrected typo in backend appointment modal.

This commit is contained in:
Alex Tselegidis 2015-01-21 21:12:30 +01:00
parent eac4a89c2d
commit 3213e5cc90
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@
</div>
<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">
<input type="text" id="end-datetime" />
</div>