I am trying to change the name of the tab (Custom Data) in my GAD application.
For achieving this i changed the value of the tab name in Dico.properties file and restarted the GAD server.
But the changes are not getting reflected in the GAD screen
Is there anything else which needs to be modified? Can anyone help me on this.
What i m trying to do is change the name of the tab which is already existing ( Ex: Custom Data tab is already there i am trying to change the name of the same).
By using the custom.xml i am able to add new tabs, but not able to change the name of a tab which is already existing.
I am referring to the tab name by using the constant available and trying to change the display name to Customer Data using the below code , but its not changing the name of the existing tab … its adding a new tab.
//I am using the constant name already available in the above line to refer the Custom Data tab
Customer Data // In this line i am trying to change the display text of the tab