[FIX] website_sale: 'Ship to a different address' not translatable
authorChristophe Matthieu <chm@openerp.com>
Thu, 27 Feb 2014 13:51:20 +0000 (14:51 +0100)
committerChristophe Matthieu <chm@openerp.com>
Thu, 27 Feb 2014 13:51:20 +0000 (14:51 +0100)
bzr revid: chm@openerp.com-20140227135120-drw0jha7gzqptdog

addons/website_sale/views/website_sale.xml

index 64f5d5a..803dc69 100644 (file)
                   <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>