Steps to replicate the issue (include links if applicable):
- https://pl.wikipedia.org/wiki/Dyskusja_szablonu:J#c-213.184.17.126-20250111120200-stópeczka
- scroll to the bottom
What happens?:
Seems like both icons in the footer have English texts.
What should have happened instead?:
The text is fine, but would you mind adding lang=en on #footer-icons. Thanks :)
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
Checking footer text with a script:
Array.from(document.querySelectorAll('#footer-icons [alt]')).map(el=>el.getAttribute('alt'))