diff --git a/languages/es_GO/themes/wilma/i18n/all_es_GO.properties b/languages/es_GO/themes/wilma/i18n/all_es_GO.properties index 0eb871bf..a9adca4d 100644 --- a/languages/es_GO/themes/wilma/i18n/all_es_GO.properties +++ b/languages/es_GO/themes/wilma/i18n/all_es_GO.properties @@ -878,4 +878,4 @@ role_type = Tipo de papel add_capitalized = Añadir researcher_role = El papel del investigador search_service_btn = Búsqueda el servicio -through_today = sobre la fecha de hoy \ No newline at end of file +through_today = publicaciones sobre la fecha de hoy \ No newline at end of file diff --git a/productMods/templates/freemarker/visualization/personlevel/coAuthorPersonLevel.ftl b/productMods/templates/freemarker/visualization/personlevel/coAuthorPersonLevel.ftl index b68d1c66..fd13aa86 100644 --- a/productMods/templates/freemarker/visualization/personlevel/coAuthorPersonLevel.ftl +++ b/productMods/templates/freemarker/visualization/personlevel/coAuthorPersonLevel.ftl @@ -62,7 +62,7 @@ var i18nStringsCoauthorship = { coAuthorsString: '${i18n().co_authors_capitalized}', authorString: '${i18n().author_capitalized}', publicationsWith: '${i18n().publications_with}', - publicationsString: "${i18n().publications_thru_today}", + publicationsString: "${i18n().through_today}", coauthorsString: '${i18n().co_author_s_capitalized}' }; var i18nStringsPersonLvl = { diff --git a/themes/wilma/i18n/all.properties b/themes/wilma/i18n/all.properties index 2bbd9abc..b2dca6ef 100644 --- a/themes/wilma/i18n/all.properties +++ b/themes/wilma/i18n/all.properties @@ -883,4 +883,4 @@ role_type = Role type add_capitalized = Add researcher_role = Researcher Role search_service_btn = Search Service -through_today = through today's date \ No newline at end of file +through_today = publications through today's date \ No newline at end of file