diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-hasAssociatedConcept.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-hasAssociatedConcept.ftl
index 1ddd5912..53539ac7 100644
--- a/productMods/templates/freemarker/body/partials/individual/propStatement-hasAssociatedConcept.ftl
+++ b/productMods/templates/freemarker/body/partials/individual/propStatement-hasAssociatedConcept.ftl
@@ -12,8 +12,8 @@
next statement -->
<#macro showConcept statement>
<#if statement.vocabularySourceName??>
- ${statement.conceptLabel!statement.conceptName} (${statement.vocabularySourceName})
+ ${statement.conceptLabel!statement.conceptName} (${statement.vocabularySourceName})
<#else>
- ${statement.conceptLabel!statement.conceptName}
+ ${statement.conceptLabel!statement.conceptName}
#if>
#macro>