cancel
Showing results for 
Search instead for 
Did you mean: 

Labels for roles

sanketgosavi
Champ in-the-making
Champ in-the-making
Hi,

From where I can change the labels of the default roles such as Editor, consumer.
I want to give my custom labels for these roles.

Please share your suggestions
2 REPLIES 2

ddraper
World-Class Innovator
World-Class Innovator
The /Web Framework Commons/config/alfresco/messages/common.properties (in the source tree) contains the labels for roles (e.g. roles.editor, roles.consumer, etc) update the locale specific versions of this file to change the labels in Share.

zladuric
Champ on-the-rise
Champ on-the-rise
Yes, if your app is deployed, you'll find most of these labels in the file <TOMCAT>/share/WEB-INF/classes/alfresco/messages/common.properties. Or for other languages, there are files like common_fr.properties, common_de.properties etc.