Skip to content

Commit bc1657b

Browse files
committed
change word shopping cart to mini cart
1 parent 29a1544 commit bc1657b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontAddBundleDynamicProductToShoppingCartWithDisableMiniCartSidebarTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<argument name="total" value="110.00"/>
110110
</actionGroup>
111111

112-
<!--Enabled Shopping Cart Sidebar -->
112+
<!--Enabled Mini Cart -->
113113
<magentoCLI stepKey="enableShoppingCartSidebar" command="config:set checkout/sidebar/display 1"/>
114114
<magentoCLI command="cache:flush" stepKey="flushCache"/>
115115
<reloadPage stepKey="reloadThePage"/>

app/design/frontend/Magento/blank/web/css/source/_extends.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@
12901290
}
12911291

12921292
//
1293-
// Shopping cart sidebar and checkout sidebar totals
1293+
// Mini Cart and checkout sidebar totals
12941294
// ---------------------------------------------
12951295

12961296
& when (@media-common = true) {

app/design/frontend/Magento/luma/web/css/source/_extends.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@
17131713
}
17141714

17151715
//
1716-
// Shopping cart sidebar and checkout sidebar totals
1716+
// Mini Cart and checkout sidebar totals
17171717
// ---------------------------------------------
17181718

17191719
& when (@media-common = true) {

0 commit comments

Comments
 (0)