...
For instance, the label that appears next to the Current Owner
field on the Intake
procedure page is configured via the following line in the default message bundle file:
Code Block | ||
---|---|---|
| ||
intake-currentOwnerLabel: Current Owner
| ||
By copying that line to your tenant's overlay message bundle file, and editing it there, you can change the value of that text label as it will appear on one or more HTML pages in CollectionSpace.
...
To delete (aka empty or blank out) a text label, add the relevant property to your tenant's core-messages.properties-overlay
file, but give it an empty value (i.e. nothing after the colon (':') separator), like this:
Code Block |
---|
Identifying which text label to change in the message bundle file
...