Change Admin Panel Module Title

Hi,

may i know is it possible to Change admin panel module title like product to some other name?

will it affect any feature after name changes?

Thank You

Screen Shot 2017-01-22 at 2.20.10 AM.png

Generally these are language variables and if you change the value of "products" then it will be applied to all instances where "products" language varialbe is used. If this is what you want, go to Administration/Languages/Translations and search for products and then change the value to what you want.

In the case of the main menu names, these language variables map to schema names So if you change a schema name, you will have to change all the places in the code where that schema name is referenced (I.e. 'products').

My suggestion is to live with it! :-)

Hi,


thank for you suggestions,i will live with it.


Thank you so much

You can alter the app/schemas/menu/menu.php schema. Key of the array is the name of the language variable

http://prntscr.com/dz58pn