Changed wrong english label of two properties
This commit is contained in:
parent
462879a40b
commit
aa0f04b47f
|
@ -22,10 +22,10 @@
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
</vn-one>
|
</vn-one>
|
||||||
<vn-one>
|
<vn-one>
|
||||||
<vn-label-value label="Time"
|
<vn-label-value label="Starting time"
|
||||||
value="{{$ctrl.summary.route.time | dateTime: 'HH:MM'}}">
|
value="{{$ctrl.summary.route.time | dateTime: 'HH:MM'}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value label="Finished"
|
<vn-label-value label="Finishing time"
|
||||||
value="{{$ctrl.summary.route.finished | dateTime: 'HH:MM'}}">
|
value="{{$ctrl.summary.route.finished | dateTime: 'HH:MM'}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value label="Km Start"
|
<vn-label-value label="Km Start"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Driver: Conductor
|
Driver: Conductor
|
||||||
Vehicle: Vehículo
|
Vehicle: Vehículo
|
||||||
Packages: Bultos
|
Packages: Bultos
|
||||||
Time: H. Inicio
|
Starting time: H. Inicio
|
||||||
Finished: H. Fin
|
Finishing time: H. Fin
|
||||||
Km Start: Km de inicio
|
Km Start: Km de inicio
|
||||||
Km End: Km de fin
|
Km End: Km de fin
|
||||||
PC: CP
|
PC: CP
|
Loading…
Reference in New Issue