Skip to content

Commit 294dda9

Browse files
committed
ACP2E-3863: Update copyrights for MSI and fix static errors.
Modules: InventoryAdvancedCheckout, InventoryConfigurableProductFrontendUi, InventorySourceSelection, InventoryExportStockApi, InventorySetupFixtureGenerator,
1 parent 3eacbb2 commit 294dda9

File tree

1 file changed

+3
-1
lines changed
  • InventoryConfigurableProductFrontendUi/view/frontend/templates/product/view

1 file changed

+3
-1
lines changed

InventoryConfigurableProductFrontendUi/view/frontend/templates/product/view/stockQty.phtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
* Copyright 2020 Adobe
44
* All Rights Reserved.
55
*/
6+
7+
/** @var \Magento\Framework\Escaper $escaper */
68
?>
7-
<div class="availability only configurable-variation-qty" title="<?= $block->escapeHtmlAttr(__('Qty')) ?>">
9+
<div class="availability only configurable-variation-qty" title="<?= $escaper->escapeHtmlAttr(__('Qty')) ?>">
810
<?= /* @noEscape */ __('Only %1 left', "<strong>%1</strong>") ?>
911
</div>

0 commit comments

Comments
 (0)