diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl
index c0cd4ac0..5f287a82 100644
--- a/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl
+++ b/productMods/templates/freemarker/body/individual/individual--foaf-person.ftl
@@ -30,7 +30,7 @@
<#list email.statements as statement>
${statement.value}
- <@p.editingLinks email statement editable />
+ <@p.editingLinks "${email.localName}" statement editable />
#list>
@@ -46,7 +46,7 @@
<#list phone.statements as statement>
${statement.value}
- <@p.editingLinks phone statement editable />
+ <@p.editingLinks "${phone.localName}" statement editable />
#list>
diff --git a/productMods/templates/freemarker/body/partials/individual/individual-overview.ftl b/productMods/templates/freemarker/body/partials/individual/individual-overview.ftl
index 5ac61c3f..3db9b1f1 100644
--- a/productMods/templates/freemarker/body/partials/individual/individual-overview.ftl
+++ b/productMods/templates/freemarker/body/partials/individual/individual-overview.ftl
@@ -8,7 +8,7 @@
<#list overview.statements as statement>
${statement.value}
- <@p.editingLinks overview statement editable />
+ <@p.editingLinks "${overview.localName}" statement editable />
#list>
#if>
\ No newline at end of file