We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf70a83 + f8ca214 commit 0c81d97Copy full SHA for 0c81d97
app/code/Magento/Checkout/view/frontend/web/template/billing-address/form.html
@@ -8,7 +8,7 @@
8
<!-- ko foreach: getRegion('before-fields') -->
9
<!-- ko template: getTemplate() --><!-- /ko -->
10
<!--/ko-->
11
- <form data-hasrequired="* Required Fields">
+ <form data-bind="attr: {'data-hasrequired': $t('* Required Fields')}">
12
<fieldset id="billing-new-address-form" class="fieldset address">
13
<!-- ko foreach: getRegion('additional-fieldsets') -->
14
0 commit comments