Hi there,
I need some help with renaming a few menu items. Specifically, I want to change “People” to “Members” and “List People” to “List Members.” I’ve tried updating these in AppLayout, but the changes aren’t taking effect.
Could you guide me on where I should make these changes instead? Also, is there a way to generate a report related to this?
Thanks!
- MSAnswered
Hello,
You can changes these in the language files o vue file then you can build the app using
npm I && npm run build
command.Thank you
- MGAnswered
I did that, didn’t work even after doing npm run build, can you send me the directory location like what folders will i be finding and the full file name ? thnx
- MSAnswered
Hello,
The language files are in the
lang
folder and vue files are in theresources/js/
folder. Whenever you modify the lang or vue file, you will need to build the app again.If you are not sure, please feel free to hire any developer to help you modify the item as you need.
Thank you
- Login to Reply