diff --git a/application/views/inspectionslist.php b/application/views/inspectionslist.php
index 84ff855..1702163 100644
--- a/application/views/inspectionslist.php
+++ b/application/views/inspectionslist.php
@@ -13,7 +13,8 @@
= $this->lang->line('number_inspection'); ?> |
= $this->lang->line('date_inspection'); ?> |
- = $this->lang->line('vehicle_inspection'); ?> |
+ = $this->lang->line('make_vhcl'); ?> |
+ = $this->lang->line('model_vhcl'); ?> |
= $this->lang->line('reg_vhcl'); ?> |
= $this->lang->line('vin_vhcl'); ?> |
= $this->lang->line('client_vhcl'); ?> |
@@ -28,7 +29,8 @@
number_inspection; ?> |
date_inspection; ?> |
- make_vhcl; ?> model_vhcl; ?> |
+ make_vhcl; ?> |
+ model_vhcl; ?> |
reg_vhcl; ?> |
vin_vhcl; ?> |
name_client; ?> |