# How Do I modify the Label Text of a Reply Button

**URL:** https://meta.discourse.org/t/how-do-i-modify-the-label-text-of-a-reply-button/169779
**Category:** UX
**Created:** [November 10, 2020, 10:23pm UTC](https://meta.discourse.org/t/how-do-i-modify-the-label-text-of-a-reply-button/169779 "2020-11-10T22:23:30Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![fyodorovich](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fyodorovich/32/199772_2.png) [@fyodorovich](https://meta.discourse.org/u/fyodorovich)
#### Post date: [November 10, 2020, 10:23pm UTC](https://meta.discourse.org/t/how-do-i-modify-the-label-text-of-a-reply-button/169779/1 "2020-11-10T22:23:30Z")

</div>

I want to modify the text of the “submit” button that is displayed beneath the message composer.

When the user hits “Reply” to a post the “submit” button beneath the composer is labelled “Reply”. I’d like to modify this but there are more than 50 text objects that include the word “reply.” Which text label do I modify?

---

<div class="post-metadata">

### Author: ![omarfilip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/omarfilip/32/208019_2.png) [@omarfilip](https://meta.discourse.org/u/omarfilip)
#### Post date: [November 10, 2020, 10:29pm UTC](https://meta.discourse.org/t/how-do-i-modify-the-label-text-of-a-reply-button/169779/2 "2020-11-10T22:29:35Z")

</div>

That label can be modified via Admin → Customize Text → js.composer.reply

`/admin/customize/site_texts/js.composer.reply`

---

<div class="post-metadata">

### Author: ![fyodorovich](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fyodorovich/32/199772_2.png) [@fyodorovich](https://meta.discourse.org/u/fyodorovich)
#### Post date: [November 10, 2020, 10:47pm UTC](https://meta.discourse.org/t/how-do-i-modify-the-label-text-of-a-reply-button/169779/3 "2020-11-10T22:47:38Z")

</div>

Thanks for pointing me in the right direction.

I’ve made the change to that text label but the buttons haven’t changed. Is there something else I need to do to apply this change?

---

<div class="post-metadata">

### Author: ![omarfilip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/omarfilip/32/208019_2.png) [@omarfilip](https://meta.discourse.org/u/omarfilip)
#### Post date: [November 10, 2020, 10:52pm UTC](https://meta.discourse.org/t/how-do-i-modify-the-label-text-of-a-reply-button/169779/4 "2020-11-10T22:52:28Z")

</div>

If we are talking about the same button - then just Save Changes and a reload of the page where you have the composer will do:

 ![Screen Shot 2020-11-10 at 2.50.35 PM](https://global.discourse-cdn.com/meta/original/3X/b/8/b8642d62d459861460470a72b147f27f4cd1d973.png)

---

<div class="post-metadata">

### Author: ![fyodorovich](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fyodorovich/32/199772_2.png) [@fyodorovich](https://meta.discourse.org/u/fyodorovich)
#### Post date: [November 10, 2020, 11:07pm UTC](https://meta.discourse.org/t/how-do-i-modify-the-label-text-of-a-reply-button/169779/5 "2020-11-10T23:07:52Z")

</div>

That’s the button I’m talking about.

The text doesn’t want to budge 🤷🏾‍♂️

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [November 10, 2020, 11:48pm UTC](https://meta.discourse.org/t/how-do-i-modify-the-label-text-of-a-reply-button/169779/6 "2020-11-10T23:48:38Z")

</div>

There are two different translation keys used for the reply button. `js.composer.reply` is used for the reply button that you see when you open the composer. `js.topic.reply.title` is used for the reply button is displayed in the topic (the button that you click to open the composer.)

I have not memorized these translation keys. The way I found them was by entering `I18n.enableVerboseLocalizationSession()` into the console of my browser’s web inspector. After doing that, a number key will be added to all text items on Discourse that can be customized. You can use that number to find the correct translation key. That approach is outlined here: [Find a translation key with verbose localization](https://meta.discourse.org/t/find-a-translation-key-with-verbose-localization/134651).

On the latest Chrome browser, the translation key names are displayed in the web inspector’s ‘info’ tab.

---

<div class="post-metadata">

### Author: ![fyodorovich](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fyodorovich/32/199772_2.png) [@fyodorovich](https://meta.discourse.org/u/fyodorovich)
#### Post date: [November 11, 2020, 2:34am UTC](https://meta.discourse.org/t/how-do-i-modify-the-label-text-of-a-reply-button/169779/7 "2020-11-11T02:34:39Z")

</div>

Wow! That’s a great tip.

thanks

---

<div class="post-metadata">

### Author: ![fyodorovich](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fyodorovich/32/199772_2.png) [@fyodorovich](https://meta.discourse.org/u/fyodorovich)
#### Post date: [November 11, 2020, 2:36am UTC](https://meta.discourse.org/t/how-do-i-modify-the-label-text-of-a-reply-button/169779/8 "2020-11-11T02:36:28Z")

</div>

The changes I made have finally appeared. I didn’t do anything extra. I guess that I didn’t do enough to clear/refresh the caches.
