Add translations for text with the battery brand. #265
This commit is contained in:
parent
de95af5054
commit
da0fde37ef
3 changed files with 4 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
|||
</div>
|
||||
<div class="form-group m-form__group row no-border">
|
||||
<label class="col-lg-3 col-form-label" data-field="name">
|
||||
Trade-in Motolite
|
||||
{% trans %}battery_size_tradein{% endtrans %}
|
||||
</label>
|
||||
<div class="col-lg-9">
|
||||
<input type="text" name="tip_motolite" class="form-control m-input" value="{{ obj.getTIPriceMotolite }}">
|
||||
|
|
|
|||
|
|
@ -375,7 +375,7 @@
|
|||
<span class="m-switch m-switch--icon block-switch">
|
||||
<label>
|
||||
<input type="checkbox" name="flag_motolite_battery" id="flag-motolite-battery" value="1">
|
||||
<label class="switch-label">This vehicle is using a Motolite battery</label>
|
||||
<label class="switch-label">{% trans %}add_cust_vehicle_battery_info{% endtrans %}</label>
|
||||
<span></span>
|
||||
</label>
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ control_panel_sign_in: Moogle Test
|
|||
alt_image_logo_login: Moogle
|
||||
alt_image_dashboard: Moogle
|
||||
copyright: Mognet Central
|
||||
battery_size_tradein: Trade-in Moogle
|
||||
add_cust_vehicle_battery_info: This vehicle is using a Moogle battery
|
||||
|
||||
# images
|
||||
image_logo_login: /moogle-assets/74fdd1d049be99432a128ee40e93bff7.png
|
||||
|
|
|
|||
Loading…
Reference in a new issue