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 106f76d commit 6e13b01Copy full SHA for 6e13b01
app/code/Magento/UrlRewrite/view/adminhtml/templates/categories.phtml
@@ -9,7 +9,7 @@
9
/** @var \Magento\UrlRewrite\Block\Catalog\Category\Tree $block */
10
?>
11
<fieldset class="admin__fieldset" data-ui-id="category-selector">
12
- <legend class="admin__legend"><span><?php /* @escapeNotVerified */ echo __('Select Category') ?></span></legend>
+ <legend class="admin__legend"><span><?php echo $block->escapeHtml(__('Select Category')) ?></span></legend>
13
<div class="content content-category-tree">
14
<input type="hidden" name="categories" id="product_categories" value="" />
15
<?php if ($block->getRoot()): ?>
0 commit comments