You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Community
Hello, Where are the labels used on DSpace 7.6 simple item page view located. The labels in question are defined in the HTML component as thus
[label]="'item.page.description'"
Regards
Nason
pierre...@bibl.ulaval.ca
unread,
Aug 7, 2023, 8:36:56 AM8/7/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Community
Hi Nason,
You can find all the labels in the language files. There is one file per language in DSpace (all language files can be found in the DSPace Angular rep : src/assets/i18n
/ ; en.json5 for english, fr.json5 for french, etc.).
Best,
Pierre
Nason Bimbe
unread,
Aug 7, 2023, 10:13:21 AM8/7/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Community
Thank you Pierre, I have got it and it has worked.