Skip to content

Commit 6cc38a9

Browse files
committed
AC-7668 - Backend Catalog Improvments
1 parent 13c070e commit 6cc38a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/category-tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ define([
8787
// jscs:disable requireCamelCaseOrUpperCaseIdentifiers
8888
result = {
8989
id: node.id,
90-
text: utils.unescape(node.name) + ' (' + node.product_count + ')',
90+
text: node.name + ' (' + node.product_count + ')',
9191
li_attr: {
9292
class: node.cls + (!!node.disabled ? ' disabled' : '') //eslint-disable-line no-extra-boolean-cast
9393
},

0 commit comments

Comments
 (0)