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 3030 < span class ="count " if ="maxItemsToDisplay < getCartLineItemsCount() " text ="maxItemsToDisplay "/>
3131 < translate args ="'of' " if ="maxItemsToDisplay < getCartLineItemsCount() "/>
3232 < 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-->
3539 </ div >
3640
3741 < each args ="getRegion('subtotalContainer') " render =""/>
You can’t perform that action at this time.
0 commit comments