minor fixes

This commit is contained in:
Dennis Eichhorn 2023-06-28 20:34:34 +00:00
parent a944c777dd
commit d0aa0c6399

View File

@ -66,7 +66,7 @@ echo $this->data['nav']->render();
</div>
<div class="form-group">
<label for="iVehicleVin"><?= $this->getHtml('Vin'); ?></label>
<label for="iVehicleVin"><?= $this->getHtml('VIN'); ?></label>
<input type="text" id="iVehicleVin" name="vin" value="<?= $this->printHtml($vehicle->getAttribute('vin')->value->getValue()); ?>">
</div>