# \<title\>

**URL:** https://forum.mautic.org/t/title/2854
**Category:** General Discussion
**Created:** [November 27, 2015, 7:08am UTC](https://forum.mautic.org/t/title/2854 "2015-11-27T07:08:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Mhamad.canaan](https://avatars.discourse-cdn.com/v4/letter/m/bbe5ce/32.png) [@Mhamad.canaan](https://forum.mautic.org/u/Mhamad.canaan)
#### Post date: [November 27, 2015, 7:08am UTC](https://forum.mautic.org/t/title/2854/1 "2015-11-27T07:08:03Z")

</div>

first of all i would like to thank you for your help but what you told me is not enough, you should also change it from the app/media/js/app.js

---

<div class="post-metadata">

### Author: ![Mhamad.canaan](https://avatars.discourse-cdn.com/v4/letter/m/bbe5ce/32.png) [@Mhamad.canaan](https://forum.mautic.org/u/Mhamad.canaan)
#### Post date: [November 27, 2015, 7:08am UTC](https://forum.mautic.org/t/title/2854/2 "2015-11-27T07:08:03Z")

</div>

first of all i would like to thank you for your help but what you told me is not enough, you should also change it from the app/media/js/app.js

---

<div class="post-metadata">

### Author: ![kleand.12](https://avatars.discourse-cdn.com/v4/letter/k/3ec8ea/32.png) [@kleand.12](https://forum.mautic.org/u/kleand.12)
#### Post date: [December 11, 2015, 10:33am UTC](https://forum.mautic.org/t/title/2854/3 "2015-12-11T10:33:43Z")

</div>

Hey

In app/bundles/CoreBundle/Assets/js/core.js  
Serach lines _careful there are two identical lines in the file change them both_:

1. History.pushState(null, “Mautic”, response.route);
2. History.pushState(null, “Mautic”, response.route);  
Change into
3. History.pushState(null, “your title”, response.route);
4. History.pushState(null, “your title”, response.route);

Got app/media/js remove app.js and libraires.js and you are done…

The app.js and libraries.js are generated files my friend once you refresh the page after have deleted they are auto created

---

<div class="post-metadata">

### Author: ![silavapi](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/silavapi/32/7424_2.png) [@silavapi](https://forum.mautic.org/u/silavapi)
#### Post date: [February 2, 2020, 10:56pm UTC](https://forum.mautic.org/t/title/2854/4 "2020-02-02T22:56:30Z")

</div>


