Skip to content

Commit 9d74ca9

Browse files
authored
ENGCOM-5229: [Backport] Fix missing whitespace in mobile navigation for non-English websites #23164
2 parents 2e651cd + 13865d5 commit 9d74ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ define([
464464

465465
this.categoryLink = $('<a>')
466466
.attr('href', categoryUrl)
467-
.text($.mage.__('All ') + category);
467+
.text($.mage.__('All %1').replace('%1', category));
468468

469469
this.categoryParent = $('<li>')
470470
.addClass('ui-menu-item all-category')

0 commit comments

Comments
 (0)