Skip to content

Commit ebb15eb

Browse files
author
Oleksii Korshenko
authored
MAGETWO-81823: Fixed incorrect text above billing addresses list #11399
2 parents 1176fe5 + df68832 commit ebb15eb

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/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
-->
77
<div class="field field-select-billing">
8-
<label class="label"><span data-bind="i18n: 'My billing and shipping address are the same'"></span></label>
8+
<label class="label"><span data-bind="i18n: 'Billing Address'"></span></label>
99
<div class="control" data-bind="if: (addressOptions.length > 1)">
1010
<select class="select" name="billing_address_id" data-bind="
1111
options: addressOptions,

0 commit comments

Comments
 (0)