Fix property typo
This commit is contained in:
parent
6bdea21410
commit
b378688713
3 changed files with 3 additions and 3 deletions
|
@ -739,7 +739,7 @@ error_processing_type_change = Solicitud de procesamiento Error: las etiquetas s
|
||||||
#
|
#
|
||||||
publications_with = Publicaciones con
|
publications_with = Publicaciones con
|
||||||
|
|
||||||
co_inestigators_capitalized = Co-investigadores
|
co_investigators_capitalized = Co-investigadores
|
||||||
grants_with = Subvenciones con
|
grants_with = Subvenciones con
|
||||||
|
|
||||||
vis_first_link = Primero
|
vis_first_link = Primero
|
||||||
|
|
|
@ -42,7 +42,7 @@ var visualizationDataRoot = "${dataVisualizationURLRoot}";
|
||||||
|
|
||||||
// -->
|
// -->
|
||||||
var i18nStringsCoPi = {
|
var i18nStringsCoPi = {
|
||||||
coInvestigatorString: '${i18n().co_inestigators_capitalized}',
|
coInvestigatorString: '${i18n().co_investigators_capitalized}',
|
||||||
investigatorString: '${i18n().investigator_capitalized}',
|
investigatorString: '${i18n().investigator_capitalized}',
|
||||||
grantsWithString: '${i18n().grants_with}',
|
grantsWithString: '${i18n().grants_with}',
|
||||||
grantsCapitalized: '${i18n().grant_s_capitalized}',
|
grantsCapitalized: '${i18n().grant_s_capitalized}',
|
||||||
|
|
|
@ -744,7 +744,7 @@ error_processing_type_change = Error processing request: the unchecked labels co
|
||||||
#
|
#
|
||||||
publications_with = Publications with
|
publications_with = Publications with
|
||||||
|
|
||||||
co_inestigators_capitalized = Co-investigators
|
co_investigators_capitalized = Co-investigators
|
||||||
grants_with = Grants with
|
grants_with = Grants with
|
||||||
|
|
||||||
vis_first_link = First
|
vis_first_link = First
|
||||||
|
|
Loading…
Add table
Reference in a new issue