diff --git a/productMods/templates/freemarker/body/partials/individual/individual-geographicFocus.ftl b/productMods/templates/freemarker/body/partials/individual/individual-geographicFocus.ftl
index cea382e6..043bfe78 100644
--- a/productMods/templates/freemarker/body/partials/individual/individual-geographicFocus.ftl
+++ b/productMods/templates/freemarker/body/partials/individual/individual-geographicFocus.ftl
@@ -4,7 +4,7 @@
<#assign geographicFoci = propertyGroups.pullProperty("${core}geographicFocus")!>
<#if geographicFoci?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
<#assign localName = geographicFoci.localName>
-
+
${geographicFoci.name?capitalize}
<@p.addLink geographicFoci editable /> <@p.verboseDisplay geographicFoci />
diff --git a/productMods/templates/freemarker/body/partials/individual/individual-positions.ftl b/productMods/templates/freemarker/body/partials/individual/individual-positions.ftl
index 4b5e5c85..db5a7745 100644
--- a/productMods/templates/freemarker/body/partials/individual/individual-positions.ftl
+++ b/productMods/templates/freemarker/body/partials/individual/individual-positions.ftl
@@ -4,7 +4,7 @@
<#assign positions = propertyGroups.pullProperty("${core}relatedBy", "${core}Position")!>
<#if positions?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
<#assign localName = positions.localName>
- ${positions.name?capitalize} <@p.addLink positions editable /> <@p.verboseDisplay positions />
+ ${positions.name?capitalize} <@p.addLink positions editable /> <@p.verboseDisplay positions />
<@p.objectProperty positions editable />
diff --git a/productMods/templates/freemarker/body/partials/individual/individual-researchAreas.ftl b/productMods/templates/freemarker/body/partials/individual/individual-researchAreas.ftl
index aaabeb05..bf5edf7a 100644
--- a/productMods/templates/freemarker/body/partials/individual/individual-researchAreas.ftl
+++ b/productMods/templates/freemarker/body/partials/individual/individual-researchAreas.ftl
@@ -5,7 +5,7 @@
<#assign concepts = propertyGroups.pullProperty("${core}hasAssociatedConcept")!>
<#if researchAreas?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
<#assign localName = researchAreas.localName>
-
+
${researchAreas.name?capitalize}
<@p.addLink researchAreas editable /> <@p.verboseDisplay researchAreas />