fix(i18n): & displayed literally — use plain & in values
Several i18n values contained literal "&" and were rendered via <%= %> (escaped)
-> double-escaped -> "&" on screen (SEO & social, headings in the
Help section, etc.). All & -> & in the values; <%= %> then escapes it to
& itself (displays &), and <%- %>-rendered HTML strings show a plain &.
Co-Authored-By: Claude <noreply@…>
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.