Closed (fixed)
Project:
Community Accounting
Version:
6.x-2.1
Component:
Display
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2011 at 12:20 UTC
Updated:
6 Apr 2012 at 09:13 UTC
On the MY ACCOUNT tab, how do I change the word Bureau to something else? Can it be changed easily? I would like the tab to say Balances.
Comments
Comment #1
matslats commentedThe bureau tab is really there to show you what's possible. It's not the best default and it's not very attractively done. Everything on the bureau page is available in blocks which gives you some flexibility where to put it.
You can't edit the menu tabs, like on the user page without using hook_menu_alter, in MYMODULE.
to delete the tab, do this
To rename the item, do this:
and then visit the modules page and submit to rebuild the menu system.
hope that helps.
Comment #2
matslats commented