Update item_add_to_cart.html

This commit is contained in:
Anupam Kumar 2020-09-28 10:59:43 +05:30 committed by GitHub
parent 6e0c1eeb68
commit 5b3af82e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
<small class="text-muted">({{ product_info.price.formatted_price }} / {{ product_info.uom }})</small>
</h4>
{% else %}
{{ _("UOM") }} : {{ product_info.uom }}
{{ _("Unit of Measurement") }} : {{ product_info.uom }}
{% endif %}
{% if cart_settings.show_stock_availability %}