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 cdb5cf70c..e9829530b 100644 --- a/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl +++ b/webapp/web/templates/freemarker/body/partials/individual/lib-properties.ftl @@ -45,7 +45,7 @@ we need to also show the property label. --> <#if showEditingLinks> <#local url = property.addUrl> <#if url?has_content> - add relationship + add @@ -67,13 +67,13 @@ we need to also show the property label. --> <#macro editLink statement> <#local url = statement.editUrl> <#if url?has_content> - change this relationship + edit <#macro deleteLink statement> <#local url = statement.deleteUrl> <#if url?has_content> - delete this relationship + delete \ No newline at end of file