Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $viewModel = $block->getData('product_layer_view_model');
if ($filterItem->getCount() == 1): ?>
<?= $escaper->escapeHtml(__('item')) ?><?php
else:
?><?= $escaper->escapeHtml(__('item')) ?><?php
?><?= $escaper->escapeHtml(__('items')) ?><?php
endif;?></span></span>
<?php endif; ?></a>
<?php else: ?>
Expand All @@ -38,7 +38,7 @@ $viewModel = $block->getData('product_layer_view_model');
<?= /* @noEscape */ $localeFormatter->formatNumber((int) $filterItem->getCount()) ?><span
class="filter-count-label"><?php
if ($filterItem->getCount() == 1): ?>
<?= $escaper->escapeHtml(__('items')) ?><?php
<?= $escaper->escapeHtml(__('item')) ?><?php
else:
?><?= $escaper->escapeHtml(__('items')) ?><?php
endif;?></span></span>
Expand Down