XF 2.1 Not able to edit menu title in "Public Navigation"

sajal

Active member
Licensed customer
I'm not able to edit menu title in the public navigation from the admin side. Any idea what's missing?

 
Ah, nevermind, figured it out, we need to keep development mode enable to edit Menu titles.

$config['development']['enabled'] = true;
 
I believe doing that will edit the master phrase, which will be overridden when upgrading. You can edit the phrase via the language system. For navigation, the phrases are nav.{id}, so nav.home in this case.
 
Back
Top Bottom