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