# Where the welcome email template is used

**URL:** https://meta.discourse.org/t/where-the-welcome-email-template-is-used/39194
**Category:** Translations
**Created:** [8 בפברואר,‏ 2016,‏ 4:05am UTC](https://meta.discourse.org/t/where-the-welcome-email-template-is-used/39194 "2016-02-08T04:05:17Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![meglio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/meglio/32/71444_2.png) [@meglio](https://meta.discourse.org/u/meglio)
#### Post date: [8 בפברואר,‏ 2016,‏ 4:05am UTC](https://meta.discourse.org/t/where-the-welcome-email-template-is-used/39194/1 "2016-02-08T04:05:17Z")

</div>

There is a key in Transifex for the “welcome” email: `system_messages.welcome_user.text_body_template`

In its body, it contains the `%{new_user_tips}` macro.  
It also uses the following macros:

- `%{site_name}`
- `%{base_url}/guidelines`
- `%{base_url}/about`

* * *

Now, there is a key in Transifex named `system_messages.usage_tips.text_body_template`. Its content is pushed into the above to replaced the %{new\_user\_tips}.

* * *

The question, is… if we have a separate template for `%{new_user_tips}`, it should be used somewhere else besides that welcome email. Where?

---

<div class="post-metadata">

### Author: ![L\_Jay](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/l_jay/32/137411_2.png) [@L\_Jay](https://meta.discourse.org/u/L_Jay)
#### Post date: [16 באפריל,‏ 2019,‏ 3:36pm UTC](https://meta.discourse.org/t/where-the-welcome-email-template-is-used/39194/2 "2019-04-16T15:36:31Z")

</div>

Hi, So how do you edit the contents of **%{new\_user\_tips}.**

This is found inside the Welcome invite email template.  
I want the content contained within it to point to a different location it currently points to Discourse blog website.

I cant find this anywhere apart from here **system\_messages.welcome\_invite.text\_body\_template**

---

<div class="post-metadata">

### Author: ![gerhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gerhard/32/119479_2.png) [@gerhard](https://meta.discourse.org/u/gerhard)
#### Post date: [16 באפריל,‏ 2019,‏ 4:19pm UTC](https://meta.discourse.org/t/where-the-welcome-email-template-is-used/39194/3 "2019-04-16T16:19:09Z")

</div>

Search for `system_messages.usage_tips.text_body_template` in Admin → Customize → Text Content.
