js file wasn't referencing correct i18n tag
This commit is contained in:
parent
57a75757ce
commit
f2c8f55c94
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ $(document).ready(function(){
|
||||||
researcherText = " " + i18nStrings.researcherString + " " + i18nStrings.inString;
|
researcherText = " " + i18nStrings.researcherString + " " + i18nStrings.inString;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
researcherText = " " + i18nStrings.researcherInString
|
researcherText = " " + i18nStrings.researchersString
|
||||||
}
|
}
|
||||||
|
|
||||||
$('div#researcherTotal').html("<font style='font-size:1.05em;color:#167093'>"
|
$('div#researcherTotal').html("<font style='font-size:1.05em;color:#167093'>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue