Skip to content

Commit 79e492f

Browse files
committed
Merge branch 'MAGETWO-99954' of https://github.com/magento-chaika/magento2ce into pr_2019_06_11_ce
2 parents 65e5c05 + f9f79eb commit 79e492f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/adminhtml/templates/catalog/category

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/tree.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a href="#"
2121
onclick="tree.collapseTree(); return false;"><?= $block->escapeHtml(__('Collapse All')) ?></a>
2222
<span class="separator">|</span> <a href="#"
23-
onclick="tree.expandTree(); return false;"><?= $block->escapeHtml(_('Expand All')) ?></a>
23+
onclick="tree.expandTree(); return false;"><?= $block->escapeHtml(__('Expand All')) ?></a>
2424
<?php endif; ?>
2525
</div>
2626
<?php if ($block->getRoot()) :?>

0 commit comments

Comments
 (0)