File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
app/code/Magento/Checkout/view/frontend/web/template/minicart Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 30
30
< span class ="count " if ="maxItemsToDisplay < getCartLineItemsCount() " text ="maxItemsToDisplay "/>
31
31
< translate args ="'of' " if ="maxItemsToDisplay < getCartLineItemsCount() "/>
32
32
< span class ="count " text ="getCartLineItemsCount() "/>
33
- < translate args ="'Item in Cart' " if ="getCartLineItemsCount() === 1 "/>
34
- < translate args ="'Items in Cart' " if ="getCartLineItemsCount() > 1 "/>
33
+ <!-- ko if: (getCartLineItemsCount() === 1) -->
34
+ < span translate ="'Item in Cart' "/>
35
+ <!--/ko-->
36
+ <!-- ko if: (getCartLineItemsCount() > 1) -->
37
+ < span translate ="'Items in Cart' "/>
38
+ <!--/ko-->
35
39
</ div >
36
40
37
41
< each args ="getRegion('subtotalContainer') " render =""/>
You can’t perform that action at this time.
0 commit comments