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 2e651cd + 13865d5 commit 9d74ca9Copy full SHA for 9d74ca9
lib/web/mage/menu.js
@@ -464,7 +464,7 @@ define([
464
465
this.categoryLink = $('<a>')
466
.attr('href', categoryUrl)
467
- .text($.mage.__('All ') + category);
+ .text($.mage.__('All %1').replace('%1', category));
468
469
this.categoryParent = $('<li>')
470
.addClass('ui-menu-item all-category')
0 commit comments