Search code examples
javadspace

Cannot display properly item metadata title in item page?


I have included a new pagesNos field as metadata in Dublin core. I was able to display it in the item display page. However one problem the page shows the name of Dublin core property as metadata.dc.pages. I want it to just show "Number of pages".

I don't have a Dspace source directory so I don't have a message.properties file. How do I change it directly in the Dspace installation directory?

Note: I am using dspace 5


Solution

  • Default messages.properties is embedded in dspace-api-lang-5.X.X.jar. If you have custom messages as Dspace documentation advise, maintained in additions module, custom messages are in additions-5.X.jar. unzip it, edit and add again into the jar.