Fix labels for Odometer Reading and Proof of Payment. #490
This commit is contained in:
parent
59ecc19ef7
commit
32f2b21dbf
1 changed files with 2 additions and 2 deletions
|
|
@ -566,7 +566,7 @@
|
|||
<img id="image-3-source" src="{{ asset('/uploads/jo_extra/' ~ picture) }}" style="width: 150px; height: 150px;" />
|
||||
</a>
|
||||
<br>
|
||||
<label>Proof of Payment</label>
|
||||
<label>Odometer Reading</label>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if key == 'image_4' %}
|
||||
|
|
@ -575,7 +575,7 @@
|
|||
<img id="image-4-source" src="{{ asset('/uploads/jo_extra/' ~ picture) }}" style="width: 150px; height: 150px;" />
|
||||
</a>
|
||||
<br>
|
||||
<label>Odometer</label>
|
||||
<label>Proof of Payment</label>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue