Skip to content

Commit 2191a83

Browse files
committed
MAGETWO-47301: PHP7 Integration test failed - syntax error, unexpected 'Gateway' (T_STRING)
- splitting i18n and attr to be like other usages.
1 parent 545c8b6 commit 2191a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/template/billing-address.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-->
77
<div class="billing-address-same-as-shipping-block field choice" data-bind="visible: canUseShippingAddress()">
88
<input type="checkbox" name="billing-address-same-as-shipping" data-bind="checked: isAddressSameAsShipping, click: useShippingAddress, attr: {id: 'billing-address-same-as-shipping-' + $parent.getCode()}"/>
9-
<label data-bind="i18n: 'My billing and shipping address are the same', attr: {for: 'billing-address-same-as-shipping-' + $parent.getCode()}"></label>
9+
<label data-bind="attr: {for: 'billing-address-same-as-shipping-' + $parent.getCode()}"><span data-bind="i18n: 'My billing and shipping address are the same'"></span></label>
1010
</div>
1111

1212
<!-- ko template: 'Magento_Checkout/billing-address/details' --><!-- /ko -->

0 commit comments

Comments
 (0)