# Notes on effects of changing automatic (TL, etc.) group titles via site texts

**URL:** https://meta.discourse.org/t/notes-on-effects-of-changing-automatic-tl-etc-group-titles-via-site-texts/389353
**Category:** UX
**Tags:** personal-messages
**Created:** [November 21, 2025, 6:26pm UTC](https://meta.discourse.org/t/notes-on-effects-of-changing-automatic-tl-etc-group-titles-via-site-texts/389353 "2025-11-21T18:26:06Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)
#### Post date: [November 21, 2025, 6:26pm UTC](https://meta.discourse.org/t/notes-on-effects-of-changing-automatic-tl-etc-group-titles-via-site-texts/389353/1 "2025-11-21T18:26:06Z")

</div>

I don’t know if anyone but @haydenjames might be interested in this, but I got curious about a secondary request in an otherwise solved topic about group PM inboxes:

> [@Question about Group Message Inboxes (e.g. trust\_level\_2)](https://meta.discourse.org/t/question-about-group-message-inboxes-e-g-trust-level-2/360575/4):
>
> Is there any way to rename the title of those Trust level groups? e.g. `Trust Level 2` instead of `trust_level_2` ?

…referring to:

 ![image](https://global.discourse-cdn.com/meta/original/4X/c/f/1/cf1e1e2085e297e708e4e86a6583290e0896e983.png)

Here’s what I can make out…

Since the equivalent field titles for user vs. group “names” overlap confusingly, I categorize them here as **@ handle** and **proper name**. Handles don’t allow spaces; proper names do.

| | @ handle | proper name |
| --- | --- | --- |
| users | 🕵 `Username` field (Agent\_007) | 🏷 `Name` field (James Bond) |
| admin created groups | 🏷 `Name` field (poke\_pros) | 👥 `Full Name` field (Pokemon Pros) |
| automatic groups | 🤖 derived from site text name (trust\_level\_2) | 📝 site text name (trust\_level\_2) |

Automatic groups, e.g. moderators, trust levels, etc. don’t have editable ‘handle’ and ‘proper name’ fields.

But automatic groups have _site text_ names that can be edited:

 ![image](https://global.discourse-cdn.com/meta/original/4X/3/8/f/38f03c4dad90a1d6d109a72f334fb674a7e70060.png)

This changes the appearance of the group heading on the Groups pages.  
Maybe that’s something you’d like to do…

 ![image](https://global.discourse-cdn.com/meta/original/4X/f/d/1/fd1b2c5a4628f243bc1ea7bd52fa7c8328c9e087.png)

…but it doesn’t affect the Inbox, which displays the **handle** for all groups, automatic or otherwise:

 ![Messaging inbox open to show sub-inboxes for an automatic group and a manual group](https://global.discourse-cdn.com/meta/original/4X/3/9/3/39386ad76e514ffbcfb431de9a3b3394e47b5274.png)

~~I don’t know how much work it would be to pull in the **proper name** fields for display here instead of the **handle** , but if it’s minor, it would be a nice bit of polish.~~

EDIT: Realizing that while it might look nice to use the **proper name** in the inbox, it makes sense that it shows the **handle** that’s used for @-mentions.

If you want to rename an automatic group _and_ give it a matching new **handle** , the new group title in site texts must be valid for that purpose, i.e. have no spaces in it.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [November 21, 2025, 6:39pm UTC](https://meta.discourse.org/t/notes-on-effects-of-changing-automatic-tl-etc-group-titles-via-site-texts/389353/2 "2025-11-21T18:39:02Z")

</div>

I think changing the (eg) `groups.default_names.trust_level_4` site text does end up updating it in other areas too. I believe it’s naturally part of a daily background job, but if you have access to your `/sidekiq/scheduler` page you can trigger the `jobs::EnsureDbConsistency ` job manually from there to speed it up.

 ![IMG_4311](https://global.discourse-cdn.com/meta/original/4X/9/3/2/93218b717f350d9c34ad94866b4f2dd2957bbeeb.jpeg)

 ![IMG_4310](https://global.discourse-cdn.com/meta/original/4X/1/e/4/1e4de91329dd12ea2a9ed1e27b25447c31c4b5cd.jpeg)

* * *

Ahh, but yes, spaces will be an issue as mentions/names can’t handle those. 😢

---

<div class="post-metadata">

### Author: ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)
#### Post date: [November 21, 2025, 7:49pm UTC](https://meta.discourse.org/t/notes-on-effects-of-changing-automatic-tl-etc-group-titles-via-site-texts/389353/3 "2025-11-21T19:49:00Z")

</div>

Well this is interesting..! JammyDodger’s reply led me to more experiments.

Renaming the automatic groups via the site text setting led to some confusion when _spaces_ were involved, because spaces prevent them being used as **handles**. If the current derived **handle** isn’t overridden by the site text setting because of spaces, it stays as it was. I discovered this when I briefly got a _no-spaces_ group title stuck as the handle.

Awareness of the impact of spaces and use of the Sidekiq job `EnsureDbConsistency` cleared things up.

I’ll amend my suggestion in the original post re. displaying **proper names** in the inbox, as that wouldn’t jive with the use of @-mentions, which require the **handle**.

> **Detailed testing steps**
>
> 1. Starting with my situation above, I confirmed that the Sideqik job had run, and ran it again anyway. Indeed it did not pick up the name changes for the inbox – because of the spaces, as you explained.
> 
> 2. Changed the site text for TL2 from “Trust Level 2” to “Sophomores” and ran the Sideqik job:
> 
> The name change now propagated, as both the group title and the inbox **handle** – because no spaces:
> 
> ![image](https://global.discourse-cdn.com/meta/original/4X/c/6/1/c618e32d9883fefc925abcb0d75f361ba53ccd5e.png)
> 
> ![image](https://global.discourse-cdn.com/meta/original/4X/7/c/4/7c46d94314b36fc9006d2677ec2007eea639b9e0.png)
> 
> 1. Changed the site text name back to “Trust Level 2” and ran the Sidekiq job. The **handle** assigned in the previous operation is now stuck there – apparently because the spaces in that site text title don’t make for a valid **handle** :
> 
> ![image](https://global.discourse-cdn.com/meta/original/4X/2/a/2/2a28c619631ef67c1f0581e34303b4375f717a51.png)
> 
> ![image](https://global.discourse-cdn.com/meta/original/4X/1/c/3/1c301df8eb678b3ccaad4b2b6bb7c0d74a0e0d5c.png)
> 
> 1. Reverted the site text to default “trust\_level\_2” and did not run the Sidekiq job. This updated the title but not the **handle** :
> 
> ![image](https://global.discourse-cdn.com/meta/original/4X/2/5/c/25c82f9f035b541fd0d98da31b7a40c87da8d696.png)
> 
> ![image](https://global.discourse-cdn.com/meta/original/4X/c/0/b/c0b19fec586cab18459e695ebfdb5a02df3616b9.png)
> 
> 1. Ran the Sidekiq job, which cleared the edited handle, resetting it to the default in the inbox:
> 
> ![image](https://global.discourse-cdn.com/meta/original/4X/e/b/d/ebdad9fc3dbb6cf110e296fae560ff5be556ed05.png)
> 
> ![image](https://global.discourse-cdn.com/meta/original/4X/b/8/a/b8a5459e15fc893f2460ded4773ff6ac169d4560.png)

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [November 21, 2025, 8:09pm UTC](https://meta.discourse.org/t/notes-on-effects-of-changing-automatic-tl-etc-group-titles-via-site-texts/389353/4 "2025-11-21T20:09:07Z")

</div>

> [@ToddZ](#):
>
> Well this is interesting..! JammyDodger’s intitial reply—now deleted—led me to more experiments.

Sorry about that. 😬 I sometimes realise that I’ve jumped in too early and get ‘poster’s remorse’. 🙂 I’ll bring it back for posterity. 👍

---

<div class="post-metadata">

### Author: ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)
#### Post date: [November 21, 2025, 8:18pm UTC](https://meta.discourse.org/t/notes-on-effects-of-changing-automatic-tl-etc-group-titles-via-site-texts/389353/5 "2025-11-21T20:18:00Z")

</div>

The quick input was very helpful! 😁
