fix translate
This commit is contained in:
parent
42d16d0258
commit
551feed16f
|
@ -77,8 +77,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="totalBox align-left">
|
<div class="totalBox align-left">
|
||||||
<h6 class="align-center" translate>Zone breakdown</h6>
|
<h6 class="align-center" translate>Zone breakdown</h6>
|
||||||
<div> <vn-label translate>Zone price</vn-label> {{$ctrl.ticket.zonePrice | currency: 'EUR': 2}} </div>
|
<div> <vn-label translate>Price</vn-label> {{$ctrl.ticket.zonePrice | currency: 'EUR': 2}} </div>
|
||||||
<div> <vn-label translate>Zone bonus</vn-label> {{$ctrl.ticket.zoneBonus | currency: 'EUR': 2}} </div>
|
<div> <vn-label translate>Bonus</vn-label> {{$ctrl.ticket.zoneBonus | currency: 'EUR': 2}} </div>
|
||||||
<div> <vn-label translate>Zone</vn-label>
|
<div> <vn-label translate>Zone</vn-label>
|
||||||
<span
|
<span
|
||||||
title="{{$ctrl.ticket.zone.name}}"
|
title="{{$ctrl.ticket.zone.name}}"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Theorical cost: Porte teorico
|
Theorical cost: Porte teorico
|
||||||
Total without VAT: Total sin IVA
|
Total without VAT: Total sin IVA
|
||||||
Zone bonus: Bonificación
|
Bonus: Bonificación
|
||||||
Zone price: Precio de la zona
|
Price: Precio
|
||||||
Price total: Precio total
|
Price total: Precio total
|
||||||
Zone breakdown: Desglose zona
|
Zone breakdown: Desglose zona
|
Loading…
Reference in New Issue