Set plugin name to capitals?

Alright…
I’m almost there!

I had initially changed the value on line 6, but forgot it on line 12. Once I made that change, the title updated correctly, but the admin navigation is now also the same as the title, which is long, and gets cut off.

Not sure why it’s not respecting line 13?

en:
  admin_js:
    admin:
      site_settings:
        categories:
          discourse_auto_remove_group: "Auto Remove User from Group"
  site_settings:
    auto_remove_group_enabled: Enable the Auto Remove User from Group plugin.
    auto_remove_group_category_id: Set the category ID number you are watching for posts. It can be found in the URL when you navigate to a category.
    auto_remove_group_name: Set the group you want the user to be removed from once they post in category selected above.
  js:
    discourse_auto_remove_group:
      title: Auto Remove User from Group
      admin_navigation: Auto Remove User

It looks right based on what you wrote above doesn’t it?