Skip to content

Commit d22f0ca

Browse files
MAGETWO-55285: The same action buttons have different labels
1 parent f3d7952 commit d22f0ca

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ Login,Login
120120
Close,Close
121121
item,item
122122
items,items
123-
"Go to Checkout","Go to Checkout"
124123
"Recently added item(s)","Recently added item(s)"
125124
"View and edit cart","View and edit cart"
126125
"See Details","See Details"

app/code/Magento/Checkout/view/frontend/web/template/minicart/content.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
data-action="close"
5555
data-bind="
5656
attr: {
57-
title: $t('Go to Checkout')
57+
title: $t('Proceed to Checkout')
5858
},
5959
click: closeMinicart()
6060
">
61-
<!-- ko i18n: 'Go to Checkout' --><!-- /ko -->
61+
<!-- ko i18n: 'Proceed to Checkout' --><!-- /ko -->
6262
</button>
6363
<div data-bind="html: getCartParam('extra_actions')"></div>
6464
</div>

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/BraintreeSettlementReportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* 1. Log in Storefront.
2020
* 2. Add products to the Shopping Cart.
2121
* 3. In 'Estimate Shipping and Tax' section specify destination using values from Test Data.
22-
* 4. Click the 'Go to Checkout' button.
22+
* 4. Click the 'Proceed to Checkout' button.
2323
* 5. Fill shipping information.
2424
* 6. Select shipping method.
2525
* 7. Select payment method (use reward points and store credit if available).

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/OnePageCheckoutWith3dSecureTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* 2. Add products to the Shopping Cart.
2222
* 3. Apply discounts in Shopping Cart according to dataset.
2323
* 4. In 'Estimate Shipping and Tax' section specify destination using values from Test Data.
24-
* 5. Click the 'Go to Checkout' button.
24+
* 5. Click the 'Proceed to Checkout' button.
2525
* 6. Fill shipping information.
2626
* 7. Select shipping method.
2727
* 8. Select payment method (use reward points and store credit if available).

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/OnePageCheckoutWithBraintreePaypalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* 1. Log in Storefront.
2020
* 2. Add products to the Shopping Cart.
2121
* 3. In 'Estimate Shipping and Tax' section specify destination using values from Test Data.
22-
* 4. Click the 'Go to Checkout' button.
22+
* 4. Click the 'Proceed to Checkout' button.
2323
* 5. Fill shipping information.
2424
* 6. Select shipping method.
2525
* 8. Select payment method

0 commit comments

Comments
 (0)