How to rename the "Content" menu label?

Hey there,

if I define in the navigation parent “content” is it possible to rename the main nav item?

As far as I see if I use parent “content” the main nav label is called content, but I need something different and translated to an other language.

Thank you for your help!

Hey @MateThemes

Sure, here are the instructions based on the documentation and using the app directory, which behaves like a plugin.

  1. Create a file app/lang/en.json
  2. Add to the file
    {
        "Content": "Foobar"
    }
    
  3. Save the file

The “Content” navigation item should now appear as “Foobar”. You can replace en.json with any language code you desire.

I hope this helps.

Thank you so much for your fast reply!!!

Sometimes I am a bit overwhelmed by the documentation. :-0)

1 Like