# Unable to change tagging text (Customize -\> text)

**URL:** https://meta.discourse.org/t/unable-to-change-tagging-text-customize-text/44024
**Category:** Bug
**Created:** [11. Mai 2016 um 00:47 UTC](https://meta.discourse.org/t/unable-to-change-tagging-text-customize-text/44024 "2016-05-11T00:47:03Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![tomwrench](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tomwrench/32/54576_2.png) [@tomwrench](https://meta.discourse.org/u/tomwrench)
#### Post date: [11. Mai 2016 um 00:47 UTC](https://meta.discourse.org/t/unable-to-change-tagging-text-customize-text/44024/1 "2016-05-11T00:47:03Z")

</div>

Hi

I’m unable to customize the text for the ‘choose optional tags for this topic’. It leads me to the standard ‘page not found’ page.

 ![](https://global.discourse-cdn.com/meta/original/3X/a/f/af19eeedf913ce1a49ce9668285bb042d32641d7.PNG)

Is this a bug?

Thanks

---

<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: [11. Mai 2016 um 01:24 UTC](https://meta.discourse.org/t/unable-to-change-tagging-text-customize-text/44024/2 "2016-05-11T01:24:46Z")

</div>

Possibly. @neil can have a look tomorrow.

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [11. Mai 2016 um 05:13 UTC](https://meta.discourse.org/t/unable-to-change-tagging-text-customize-text/44024/3 "2016-05-11T05:13:34Z")

</div>

I just tried on my localhost.  
It took a while to come up (which is _not_ all that unusual or unexpected - Windows VM)

No errors, but there was a  
“WARNING importing ‘addFlagProperty’ is deprecated, use the PluginAPI instead” message.

The message didn’t come up for the few others I tried.

I don’t know as that will be any help.

---

<div class="post-metadata">

### Author: ![tomwrench](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tomwrench/32/54576_2.png) [@tomwrench](https://meta.discourse.org/u/tomwrench)
#### Post date: [13. Juni 2016 um 01:07 UTC](https://meta.discourse.org/t/unable-to-change-tagging-text-customize-text/44024/4 "2016-06-13T01:07:58Z")

</div>

> [@codinghorror](#):
>
> Possibly. @neil can have a look tomorrow.

@neil - did you manage to have a look at this? Still coming up with the below.

 ![](https://global.discourse-cdn.com/meta/original/3X/1/5/1538214165e388ef65bdad7df03122bfd7d994d4.JPG)

Thanks

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [13. Juni 2016 um 15:31 UTC](https://meta.discourse.org/t/unable-to-change-tagging-text-customize-text/44024/5 "2016-06-13T15:31:54Z")

</div>

Investigating this has revealed a problem…

First, the key you want to be editing is `admin_js.tagging.choose_for_topic`, not `js.tagging.choose_for_topic`.

Second, you can remove the discourse\_tagging plugin because it has been moved into core Discourse.

The reason the string is in `admin_js` is because we have been adding strings to the admin\_js section when we shouldn’t have. With the `admin_js.admin` section collapsed, the client.en.yml file looks like this:

 ![](https://global.discourse-cdn.com/meta/original/3X/7/d/7dd67af0dacbe501bf940235266db19f174117fa.png)

Oops.

---

<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: [22. Juni 2016 um 22:34 UTC](https://meta.discourse.org/t/unable-to-change-tagging-text-customize-text/44024/6 "2016-06-22T22:34:02Z")

</div>


