Skip to content

Commit 518db6a

Browse files
Added Translation for required Data-Attribute
This is similar to magento/module-checkout/view/frontend/web/template/shipping-address/form.html line 7
1 parent a005167 commit 518db6a

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/template/billing-address

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- ko foreach: getRegion('before-fields') -->
99
<!-- ko template: getTemplate() --><!-- /ko -->
1010
<!--/ko-->
11-
<form data-hasrequired="* Required Fields">
11+
<form data-bind="attr: {'data-hasrequired': $t('* Required Fields')}">
1212
<fieldset id="billing-new-address-form" class="fieldset address">
1313
<!-- ko foreach: getRegion('additional-fieldsets') -->
1414
<!-- ko template: getTemplate() --><!-- /ko -->

0 commit comments

Comments
 (0)