# How to change the message on the topic page?

**URL:** https://meta.discourse.org/t/how-to-change-the-message-on-the-topic-page/289909
**Category:** Support
**Created:** [December 28, 2023, 3:52am UTC](https://meta.discourse.org/t/how-to-change-the-message-on-the-topic-page/289909 "2023-12-28T03:52:22Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Srujan\_Madderla](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/srujan_madderla/32/327711_2.png) [@Srujan\_Madderla](https://meta.discourse.org/u/Srujan_Madderla)
#### Post date: [December 28, 2023, 3:52am UTC](https://meta.discourse.org/t/how-to-change-the-message-on-the-topic-page/289909/1 "2023-12-28T03:52:22Z")

</div>

How to change the message from the below screenshot on the topic page ?

 ![image](https://global.discourse-cdn.com/meta/original/4X/b/7/a/b7a89741cc4f8597d750c4000647542d18165845.png)

---

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [December 28, 2023, 5:49am UTC](https://meta.discourse.org/t/how-to-change-the-message-on-the-topic-page/289909/2 "2023-12-28T05:49:07Z")

</div>

Almost everything can be customised by editing the relevant text in `admin > customize > text`

To find the exact string to edit, search in the small search box on the customise page with the text you want to edit.

In your case, the strings should be:

`js.composer.reply_placeholder` and  
`js.composer.reply_placeholder_no_images`

---

<div class="post-metadata">

### Author: ![Srujan\_Madderla](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/srujan_madderla/32/327711_2.png) [@Srujan\_Madderla](https://meta.discourse.org/u/Srujan_Madderla)
#### Post date: [December 28, 2023, 9:50am UTC](https://meta.discourse.org/t/how-to-change-the-message-on-the-topic-page/289909/3 "2023-12-28T09:50:39Z")

</div>

Hi Bhanu,

Thank you for the response.

 ![image](https://global.discourse-cdn.com/meta/original/4X/5/2/3/5233bc87d09c454a5db9206728ba91d9b9f43537.png)

can you please guide me how to include hyperlinks for Documentation, academy from the above screenshot ?

---

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [December 28, 2023, 1:16pm UTC](https://meta.discourse.org/t/how-to-change-the-message-on-the-topic-page/289909/4 "2023-12-28T13:16:47Z")

</div>

Use markdown hyperlink format

`[Text](link)`

---

<div class="post-metadata">

### Author: ![Srujan\_Madderla](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/srujan_madderla/32/327711_2.png) [@Srujan\_Madderla](https://meta.discourse.org/u/Srujan_Madderla)
#### Post date: [January 2, 2024, 4:47am UTC](https://meta.discourse.org/t/how-to-change-the-message-on-the-topic-page/289909/5 "2024-01-02T04:47:47Z")

</div>

Thank you @itsbhanusharma
