We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eacbb2 commit 294dda9Copy full SHA for 294dda9
InventoryConfigurableProductFrontendUi/view/frontend/templates/product/view/stockQty.phtml
@@ -3,7 +3,9 @@
3
* Copyright 2020 Adobe
4
* All Rights Reserved.
5
*/
6
+
7
+/** @var \Magento\Framework\Escaper $escaper */
8
?>
-<div class="availability only configurable-variation-qty" title="<?= $block->escapeHtmlAttr(__('Qty')) ?>">
9
+<div class="availability only configurable-variation-qty" title="<?= $escaper->escapeHtmlAttr(__('Qty')) ?>">
10
<?= /* @noEscape */ __('Only %1 left', "<strong>%1</strong>") ?>
11
</div>
0 commit comments