// Fix incorrect translation strings in tpl
This commit is contained in:
@@ -41,11 +41,11 @@
|
||||
<label for="beginDate">{l s='Begin to:'}</label>
|
||||
<div class="margin-form">
|
||||
<input class="datepicker" id="beginDate_{$type}" type="text" name="beginDate" value="{$begin_date}" />
|
||||
<span class="input-error">{l s="The date has not the right format"}</span>
|
||||
<span class="input-error">{l s='The date has not the right format'}</span>
|
||||
</div>
|
||||
|
||||
<label for="endDate">{l s='End to:'}</label>
|
||||
<div class="margin-form">
|
||||
<input class="datepicker" id="endDate_{$type}" type="text" name="endDate" value="{$end_date}" />
|
||||
<span class="input-error">{l s="The date has not the right format"}</span>
|
||||
<span class="input-error">{l s='The date has not the right format'}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user