I couldn’t find it, this is the only code i found it:
<div class=”cart-items cart-items-icon”>
<span class=”cart-items-number”><?php echo $cart_items ?></span>
<span class=”cart-items-label”><?php echo $cart_items != 1 ? __(‘Items’, ‘yit’) : __(‘Items’, ‘yit’) ?></span>
</div>
I translated Items but i have the same problem…
I think something from the header is causing it.