calculator translation
This commit is contained in:
parent
b09604d30f
commit
3446dcc469
2 changed files with 5 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<p>
|
||||
{% if vm_pricing.vat_inclusive %}{% trans "VAT included" %} <br>{% endif %}
|
||||
{% if vm_pricing.discount_amount %}
|
||||
You save {{ vm_pricing.discount_amount }} CHF
|
||||
{% trans "You save" %} {{ vm_pricing.discount_amount }} CHF
|
||||
{% endif %}
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue