diff --git a/productMods/templates/freemarker/edit/forms/managePublicationsForIndividual.ftl b/productMods/templates/freemarker/edit/forms/managePublicationsForIndividual.ftl index 6aac7365..60d3cbe0 100644 --- a/productMods/templates/freemarker/edit/forms/managePublicationsForIndividual.ftl +++ b/productMods/templates/freemarker/edit/forms/managePublicationsForIndividual.ftl @@ -21,7 +21,15 @@ Check those publications you want to exclude from the profile page. <#list allSubclasses as sub> -

${sub}s

+

+ <#if sub = "Software" || sub = "Thesis"> + ${sub} + <#elseif sub = "Speech"> + Speeches + <#else> + ${sub}s + +

<#assign pubs = publications[sub]>