# Set plugin name to capitals?

**URL:** https://meta.discourse.org/t/set-plugin-name-to-capitals/367381
**Category:** Development
**Created:** [May 23, 2025, 3:15pm UTC](https://meta.discourse.org/t/set-plugin-name-to-capitals/367381 "2025-05-23T15:15:16Z")
**Posts on this page:** 1
**Page:** 2

<div class="post-metadata">

### Author: ![tknospdr](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tknospdr/32/529762_2.png) [@tknospdr](https://meta.discourse.org/u/tknospdr)
#### Post date: [May 25, 2025, 2:48am UTC](https://meta.discourse.org/t/set-plugin-name-to-capitals/367381/22 "2025-05-25T02:48:55Z")

</div>

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?

```plaintext
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?

[Previous page](https://meta.discourse.org/t/set-plugin-name-to-capitals/367381.md?page=1)
