replace incorrect label on entity comparison page

This commit is contained in:
Benjamin Gross 2016-03-15 16:00:08 -06:00
parent 129f8b3e26
commit 18d551b1a2
4 changed files with 7 additions and 6 deletions

View file

@ -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.

View file

@ -1085,7 +1085,7 @@ function prepareTableForDataTablePagination(jsonData, dataTableParams){
checkboxTH.html(' ');
var entityLabelTH = $('<th>');
entityLabelTH.html(i18nStringsUtil.entityTypeString);
entityLabelTH.html(i18nStringsUtil.entityLabel);
var activityCountTH = $('<th>');
if ($("select.comparisonValues option:selected").text() === i18nStringsUtil.byPublications) {

View file

@ -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}',

View file

@ -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.