Skip to content

Commit f219f59

Browse files
ashishkumarpundeerashishkumarpundeer
authored andcommitted
AC-7554:Mini cart does not display proper text for cart with decimal quantity 0.5
1 parent 913cbf9 commit f219f59

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)