How can I change the default menu title "Strapi Dashboard"

src > admin > app.js

Add to default config:

translations: {
      en: {
        'app.components.LeftMenu.navbrand.title': 'Custom name',
        'app.components.LeftMenu.navbrand.title': 'Custom workplace'
      }
    },
4 Likes