Specialized Administration > Ensuring Data Security > Security Labels and Agreements > Administering Security Labels > Changing Display Names and Descriptions for Security Labels or Standard Security Label Values > Changing the Display Name and Description for Standard Security Label Values
  
Changing the Display Name and Description for Standard Security Label Values
To change the display name and descriptions for standard security label values, edit the resource bundle file for the standard security label. For details on the contents of the resource bundle files, see Define Standard Security Label Values.
Complete the following steps:
1. Open the resource bundle file for the security label class in a text editor. For example, for the SecurityLabel1 class, open the following file:
<Windchill>/wtCustom/wt/access/configuration/SecurityLabel1RB.rbInfo
where <Windchill> is the installed location of your Windchill solution.
2. Edit the display name and descriptions for each security label value as desired.
3. Save and close.
4. From within a windchill shell, run the following command to build the resource bundle:
For a Windows system:
ResourceBuild wt.access.configuration
For a UNIX system:
ResourceBuild.sh wt.access.configuration
5. Restart your method server for the change to take effect.