[FIX] website_sale: 'Ship to a different address' not translatable

bzr revid: chm@openerp.com-20140227135120-drw0jha7gzqptdog
This commit is contained in:
Christophe Matthieu 2014-02-27 14:51:20 +01:00
parent f462d1564f
commit 6a9d3326db
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@
<div class="form-group col-lg-6" groups="sale.group_delivery_invoice_address">
<label>
<input type="checkbox" name="shipping_different" t-att-checked="shipping"/>
Ship to a different address
<span>Ship to a different address</span>
</label>
</div>
</div>