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.
2 parents 65e5c05 + f9f79eb commit 79e492fCopy full SHA for 79e492f
app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/tree.phtml
@@ -20,7 +20,7 @@
20
<a href="#"
21
onclick="tree.collapseTree(); return false;"><?= $block->escapeHtml(__('Collapse All')) ?></a>
22
<span class="separator">|</span> <a href="#"
23
- onclick="tree.expandTree(); return false;"><?= $block->escapeHtml(_('Expand All')) ?></a>
+ onclick="tree.expandTree(); return false;"><?= $block->escapeHtml(__('Expand All')) ?></a>
24
<?php endif; ?>
25
</div>
26
<?php if ($block->getRoot()) :?>
0 commit comments