<title>

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

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

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