Skip to content

Commit f8ca214

Browse files
committed
MAGETWO-66550: Added Translation for required Data-Attribute #8753
- Merge Pull Request #8753 from DavidLambauer/magento2:patch-5
2 parents 2b24aa3 + 518db6a commit f8ca214

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)