Is it possible to change the title text in the sidebar for the admin panel

System Information
  • Strapi Version: 4.0.0
  • Operating System: MacOS
  • Database: PostgreSQL
  • Node Version: 16.13.1
  • NPM Version: 8.1.0
  • Yarn Version: /

At this point I was able to update the logo on the sidebar inside the admin panel. But I want to know if it is also possible to change the titles that are shown. Now they display “Strapi Dashboard” and a subtitle “Workplace”.

Schermafbeelding 2022-01-03 om 11.35.28

Not possible at the moment as it is hard coded. No idea why. There is an open PR to fix it.

You can fork the admin package or use patch-package to make a single change without needing to fork the whole project.

1 Like