diff --git a/legacy/languages/es_GO/themes/wilma/i18n/all_es_GO.properties b/legacy/languages/es_GO/themes/wilma/i18n/all_es_GO.properties index 54e6f7b0..87c9e37e 100644 --- a/legacy/languages/es_GO/themes/wilma/i18n/all_es_GO.properties +++ b/legacy/languages/es_GO/themes/wilma/i18n/all_es_GO.properties @@ -589,7 +589,6 @@ link = enlace # parent_entity = entidad matriz map_of_science_icon = mapa de icono de la ciencia -entity_label = etiqueta de entidad explore_activity = Explora actividad explore_capitalized = Explorar across_subdisciplines = en 554 subdisciplinas científicas @@ -767,6 +766,7 @@ in_current_incomplete_year = en el año en curso incompleto (no trazada anterior publication_count = Conde de publicación grant_count = Conde subvención entity_type = Del tipo de entidad +entity_label = Etiqueta de entidad no_matching_entities_found = No hay entidades que coincidan encontrados clear_search_query = claro consulta de búsqueda short_max_entity_note = Un máximo de 10 entidades se pueden comparar. @@ -879,4 +879,4 @@ add_capitalized = Añadir researcher_role = El papel del investigador search_service_btn = Búsqueda el servicio through_today = publicaciones sobre la fecha de hoy -doi_link=Digital Object Identifier (DOI) \ No newline at end of file +doi_link=Digital Object Identifier (DOI) diff --git a/webapp/src/main/webapp/js/visualization/entitycomparison/util.js b/webapp/src/main/webapp/js/visualization/entitycomparison/util.js index ad104d37..9406feb9 100644 --- a/webapp/src/main/webapp/js/visualization/entitycomparison/util.js +++ b/webapp/src/main/webapp/js/visualization/entitycomparison/util.js @@ -1085,7 +1085,7 @@ function prepareTableForDataTablePagination(jsonData, dataTableParams){ checkboxTH.html(' '); var entityLabelTH = $(''); - entityLabelTH.html(i18nStringsUtil.entityTypeString); + entityLabelTH.html(i18nStringsUtil.entityLabel); var activityCountTH = $(''); if ($("select.comparisonValues option:selected").text() === i18nStringsUtil.byPublications) { @@ -1374,4 +1374,4 @@ function setTickSizeOfAxes(){ FlotOptions.yaxis.tickSize = TickSize.getTickSize(calcMaxWithinComparisonParameter(checkedLabelToEntityRecord), 'y'); -} \ No newline at end of file +} diff --git a/webapp/src/main/webapp/templates/freemarker/visualization/entitycomparison/entityComparisonSetup.ftl b/webapp/src/main/webapp/templates/freemarker/visualization/entitycomparison/entityComparisonSetup.ftl index 3abb1896..af136d70 100644 --- a/webapp/src/main/webapp/templates/freemarker/visualization/entitycomparison/entityComparisonSetup.ftl +++ b/webapp/src/main/webapp/templates/freemarker/visualization/entitycomparison/entityComparisonSetup.ftl @@ -125,6 +125,7 @@ var i18nStringsUtil = { byPublications: '${i18n().by_publications}', publicationCount: '${i18n().publication_count}', grantCount: '${i18n().grant_count}', + entityLabel: '${i18n().entity_label}', entityType: '${i18n().entity_type}', noMatchingEntities: '${i18n().no_matching_entities_found}', clerSearchQuery: '${i18n().clear_search_query}', @@ -201,4 +202,4 @@ var COMPARISON_PARAMETERS_INFO = { -${scripts.add('')} \ No newline at end of file +${scripts.add('')} diff --git a/webapp/src/main/webapp/themes/wilma/i18n/all.properties b/webapp/src/main/webapp/themes/wilma/i18n/all.properties index 4c592aee..a8627c53 100644 --- a/webapp/src/main/webapp/themes/wilma/i18n/all.properties +++ b/webapp/src/main/webapp/themes/wilma/i18n/all.properties @@ -595,7 +595,6 @@ link = link # parent_entity = parent entity map_of_science_icon = map of science icon -entity_label = entity label explore_activity = Explore activity explore_capitalized = Explore across_subdisciplines = across 554 scientific subdisciplines @@ -772,6 +771,7 @@ in_current_incomplete_year = in the current incomplete year (not charted above) publication_count = Publication Count grant_count = Grant Count entity_type = Entity Type +entity_label = Entity Label no_matching_entities_found = No matching entities found clear_search_query = clear search query short_max_entity_note = A Maximum of 10 entities can be compared.