Fix inventory string (#1005)

This commit is contained in:
britttttk
2019-09-02 23:08:55 -06:00
committed by Nicolas Dorier
parent d99beb9811
commit 233b799a46

View File

@@ -275,7 +275,7 @@
</div>
<div class="form-row">
<div class="col">
<label>Inventory (leave to not use inventory feature)</label>
<label>Inventory (leave blank to not use inventory feature)</label>
<input type="number" step="1" class="js-product-inventory form-control mb-2" value="{inventory}"/>
</div>
</div>