Layout of `Admin > Badges` page broken after updating

Thanks @Richie!

Looks like there are a couple of problems here.

  1. The English(UK) translation is missing the new, longer, description at the top of the page. That’s because the ‘badges.description’ key has been reused, and we haven’t done an update from Crowdin since then

    This will resolve itself imminently, when translations are auto-updated

  2. The layout seems to be dependent on the length of the description. In US english, I can repro the problem by going into dev tools and shortening the description

Even once the UK english string is updated, this is still worth fixing because other languages which use fewer characters are likely to have the same problem.

Looks like the change is related to UX: Apply admin UI to Badges (#28724) · discourse/discourse@be5c37a · GitHub (cc @ella @martin)

6 Likes