diff --git a/webapp/src/main/webapp/templates/freemarker/body/partials/menupage/menupage-scripts.ftl b/webapp/src/main/webapp/templates/freemarker/body/partials/menupage/menupage-scripts.ftl index 07b1b7074d..9ad5892b6d 100644 --- a/webapp/src/main/webapp/templates/freemarker/body/partials/menupage/menupage-scripts.ftl +++ b/webapp/src/main/webapp/templates/freemarker/body/partials/menupage/menupage-scripts.ftl @@ -33,8 +33,7 @@ pageString: '${i18n().page?js_string}', viewPageString: '${i18n().view_page?js_string}', ofTheResults: '${i18n().of_the_results?js_string}', - thereAreNo: '${i18n().there_are_no?js_string}', - indNamesStartWith: '${i18n().individuals_names_starting_with?js_string}', + thereAreNoEntriesStartingWith: '${i18n().there_are_no_entries_starting_with?js_string}', tryAnotherLetter: '${i18n().try_another_letter?js_string}', indsInSystem: '${i18n().individuals_in_system?js_string}', selectAnotherClass: '${i18n().select_another_class?js_string}'