Hi,
I would like to change the following label
slingshot_nl.properties:header.repository.description=documentenbibliotheek
to
slingshot_nl.properties:header.repository.label=Documenten
When i do the change in
<SHAREROOT>/WEB-INF/classes/alfresco/messages/slingshot_nl.properties
The change is correct and without a problem, untill I redeploy my share.war.
I'd like to follow best practice and overwrite the slingshot_nl.properties in <TOMCAT>/shared/classes/alfresco/messages folder
However when i place a slingshot file here, it is not picked up.
I can modify the <TOMCAT>/shared/classes/alfresco/web-extension/custom-slingshot-application-context.xml to pickup the new slingshot file. But this seems quite a stretch to adjust something this simple.
Am I maybe wrong that the <TOMCAT>/shared/classes/alfresco/messages folder is an extension folder?
thanks for any tips.