diff --git a/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl b/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl index 01ec1742..6e557d13 100644 --- a/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl +++ b/productMods/templates/freemarker/body/individual/individual--foaf-person-2column.ftl @@ -107,8 +107,7 @@ -<#assign nameForOtherGroup = "other"> <#-- individual-properties.ftl --> -<#-- Ontology properties --> +<#assign nameForOtherGroup = "${i18n().other}"> <#if !editable> <#-- We don't want to see the first name and last name unless we might edit them. --> <#assign skipThis = propertyGroups.pullProperty("http://xmlns.com/foaf/0.1/firstName")!> diff --git a/themes/wilma/templates/individual--foaf-person.ftl b/themes/wilma/templates/individual--foaf-person.ftl index 0fa1d2a4..bf3e512c 100644 --- a/themes/wilma/templates/individual--foaf-person.ftl +++ b/themes/wilma/templates/individual--foaf-person.ftl @@ -87,7 +87,7 @@ -<#assign nameForOtherGroup = "other"> <#-- used by both individual-propertyGroupMenu.ftl and individual-properties.ftl --> +<#assign nameForOtherGroup = "${i18n().other}"> <#-- Ontology properties --> <#if !editable>