We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ebffd2 + f219f59 commit 07b27f6Copy full SHA for 07b27f6
app/code/Magento/Checkout/view/frontend/web/template/minicart/content.html
@@ -38,7 +38,7 @@
38
<!-- ko if: (getCartParam('summary_count') > 1) -->
39
<span translate="'Items in Cart'"></span>
40
<!--/ko-->
41
- <!-- ko if: (getCartParam('summary_count') === 1) -->
+ <!-- ko if: (getCartParam('summary_count') <= 1) -->
42
<span translate="'Item in Cart'"></span>
43
44
</div>
0 commit comments