Fix labels for Odometer Reading and Proof of Payment. #490

This commit is contained in:
Korina Cordero 2020-09-16 06:13:43 +00:00
parent 59ecc19ef7
commit 32f2b21dbf

View file

@ -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 %}