Skip to content

Commit 07b27f6

Browse files
ashishkumarpundeerashishkumarpundeer
authored andcommitted
Merge branch 'AC-7554-2.4.6-d' of github.com:magento-gl/magento2ce into AC-7554-2.4.6-d
2 parents 7ebffd2 + f219f59 commit 07b27f6

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/template/minicart

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<!-- ko if: (getCartParam('summary_count') > 1) -->
3939
<span translate="'Items in Cart'"></span>
4040
<!--/ko-->
41-
<!-- ko if: (getCartParam('summary_count') === 1) -->
41+
<!-- ko if: (getCartParam('summary_count') <= 1) -->
4242
<span translate="'Item in Cart'"></span>
4343
<!--/ko-->
4444
</div>

0 commit comments

Comments
 (0)