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 80469a6 commit 0155121Copy full SHA for 0155121
lib/web/mage/menu.js
@@ -461,7 +461,7 @@ define([
461
462
this.categoryLink = $('<a>')
463
.attr('href', categoryUrl)
464
- .text($.mage.__('All ') + category);
+ .text($.mage.__('All %1').replace('%1', category));
465
466
this.categoryParent = $('<li>')
467
.addClass('ui-menu-item all-category')
0 commit comments