diff --git a/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl b/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl index 27b33a81..ae129e2f 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl +++ b/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl @@ -14,7 +14,7 @@ <#if ( groupTabs.properties?size > 0 ) > <#assign groupName = groupTabs.getName(nameForOtherGroup)> <#if groupName?has_content> - <#--the function replaces spaces in the name with underscores, also called for the property group menu--> + <#--the function replaces spaces in the name with underscores, also called for the property group menu--> <#assign groupNameHtmlId = p.createPropertyGroupHtmlId(groupName) > <#else> <#assign groupName = "${i18n().properties_capitalized}"> @@ -29,7 +29,7 @@ #if> #list> <#if (propertyGroups.all?size > 1) > -