Changes to
Note the change "All" to "all"
Also, at this point the html for the filter is
<div class="cx-language-filter-button" dir="ltr" lang="All">all</div>
The reason for this is, unconditional usage of language code without checking if it is "All" in mw.cx.ui.LanguageFilter.prototype.setFilterLabel
mw.language.bcp47('All') > "all"