diff --git a/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl b/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl index 5ff1e501f..4c817e8cf 100644 --- a/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl +++ b/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl @@ -81,17 +81,17 @@ Assumes property is non-null. --> we need to also show the property label. If no label is specified, the property name will be used as the label. --> <#macro addLinkWithLabel property editable label="${property.name?capitalize}"> - <#local addLink><@addLink property editable />#local> + <#local addLink><@addLink property editable label />#local> <#if addLink?has_content>