Skip to content

Commit c7de684

Browse files
author
Parker Smith
committed
Grammar fix for #9533
1 parent df7d1c7 commit c7de684

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/Customer/i18n/en_US.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,12 +400,12 @@ Password:,Password:
400400
"If you did not make this request, you can ignore this email and your password will remain the same.","If you did not make this request, you can ignore this email and your password will remain the same."
401401
"Your %store_name password has been changed","Your %store_name password has been changed"
402402
"We have received a request to change the following information associated with your account at %store_name: password.","We have received a request to change the following information associated with your account at %store_name: password."
403-
"Checkout out as a new customer","Checkout out as a new customer"
403+
"Checkout as a new customer","Checkout as a new customer"
404404
"Creating an account has many benefits:","Creating an account has many benefits:"
405405
"See order and shipping status","See order and shipping status"
406406
"Track order history","Track order history"
407407
"Check out faster","Check out faster"
408-
"Checkout out using your account","Checkout out using your account"
408+
"Checkout using your account","Checkout using your account"
409409
"Email Address","Email Address"
410410
"Are you sure you want to do this?","Are you sure you want to do this?"
411411
"Are you sure you want to delete this address?","Are you sure you want to delete this address?"

app/code/Magento/Customer/view/frontend/web/template/authentication-popup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<strong id="block-new-customer-heading"
1515
role="heading"
1616
aria-level="2"
17-
data-bind="i18n: 'Checkout out as a new customer'"></strong>
17+
data-bind="i18n: 'Checkout as a new customer'"></strong>
1818
</div>
1919
<div class="block-content" aria-labelledby="block-new-customer-heading">
2020
<p data-bind="i18n: 'Creating an account has many benefits:'"></p>
@@ -39,7 +39,7 @@
3939
<strong id="block-customer-login-heading"
4040
role="heading"
4141
aria-level="2"
42-
data-bind="i18n: 'Checkout out using your account'"></strong>
42+
data-bind="i18n: 'Checkout using your account'"></strong>
4343
</div>
4444
<!-- ko foreach: getRegion('messages') -->
4545
<!-- ko template: getTemplate() --><!-- /ko -->

0 commit comments

Comments
 (0)