Skip to content

Commit 13865d5

Browse files
ENGCOM-5229: [Backport] Fix missing whitespace in mobile navigation for non-English websites #23164
- Merge Pull Request #23164 from speedy008/magento2:2.2-develop-PR-port-23081 - Merged commits: 1. 3a02c16
2 parents ba3e643 + 3a02c16 commit 13865d5

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)