# Renaming category does not rename about category post

**URL:** <https://meta.discourse.org/t/renaming-category-does-not-rename-about-category-post/56961>\
**Category:** Feature\
**Created:** [2017年二月6日 01:34 UTC](https://meta.discourse.org/t/renaming-category-does-not-rename-about-category-post/56961 "2017-02-06T01:34:54Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![tophee](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tophee/32/73406_2.png) [@tophee](https://meta.discourse.org/u/tophee)\
**Post date:** [2017年二月6日 01:34 UTC](https://meta.discourse.org/t/renaming-category-does-not-rename-about-category-post/56961/1 "2017-02-06T01:34:54Z")

</div>

Sorry if this is by design but I thought I’d mention it:  
I just created a new category (“Website feedback”) and then realized that there already is a category named “Site feedback” so I edited my new category to be called comments and to be a child category of “Site feedback”. It worked fine except that the About post in that category was still called “About the Website feedback category” rather that “About the Comments category”. When I opened that post and clicked to edit the heading, it automatically adopted the new heading “About the Comments category”. Wouldn’t it make sense that this happens without me attempting to manually edit the heading?

---

<div class="post-metadata">

**Author:** ![saurabhp](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/saurabhp/32/125182_2.png) [@saurabhp](https://meta.discourse.org/u/saurabhp)\
**Post date:** [2018年十二月31日 05:26 UTC](https://meta.discourse.org/t/renaming-category-does-not-rename-about-category-post/56961/2 "2018-12-31T05:26:31Z")

</div>

I tried to reproduce this but I think it is fixed.

On changing name of categeory - `About the category topic` also changes according to new name.

From the code I can see the relevant code which makes this change here:

> <https://github.com/discourse/discourse/blob/main/app/models/category.rb#L565>

---

<div class="post-metadata">

**Author:** ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**Post date:** [2018年十二月31日 07:01 UTC](https://meta.discourse.org/t/renaming-category-does-not-rename-about-category-post/56961/3 "2018-12-31T07:01:43Z")

</div>


