diff --git a/productMods/templates/freemarker/visualization/copi/coInvestigationSparklineContent.ftl b/productMods/templates/freemarker/visualization/copi/coInvestigationSparklineContent.ftl
index a71155a9..d177dc56 100644
--- a/productMods/templates/freemarker/visualization/copi/coInvestigationSparklineContent.ftl
+++ b/productMods/templates/freemarker/visualization/copi/coInvestigationSparklineContent.ftl
@@ -189,7 +189,7 @@
$('#${sparklineContainerID} td.sparkline_number').text(totalGrants).css("font-weight", "bold").attr("class", "grey").append(" " + grantDisplay + "
");
var sparksText = ' from ${sparklineVO.earliestYearConsidered?c}'
- + ' to ${sparklineVO.latestRenderedGrantYear?c}';
+ + ' through ${sparklineVO.latestRenderedGrantYear?c}';
if (totalGrants !== totalGrantCount) {
sparksText += ' (' + totalGrantCount + ' total)';
diff --git a/productMods/templates/freemarker/visualization/grant/personGrantSparklineContent.ftl b/productMods/templates/freemarker/visualization/grant/personGrantSparklineContent.ftl
index 6a1806af..4206360c 100644
--- a/productMods/templates/freemarker/visualization/grant/personGrantSparklineContent.ftl
+++ b/productMods/templates/freemarker/visualization/grant/personGrantSparklineContent.ftl
@@ -183,7 +183,7 @@
$('#${sparklineContainerID} td.sparkline_number').text(totalGrants).css("font-weight", "bold").attr("class", "grey").append(" " + grantDisplay + "
");
var sparksText = ' from ${sparklineVO.earliestYearConsidered?c}'
- + ' to ${sparklineVO.latestRenderedGrantYear?c}';
+ + ' through ${sparklineVO.latestRenderedGrantYear?c}';
if (totalGrants !== totalGrantCount) {
sparksText += ' (' + totalGrantCount + ' total)';
@@ -273,7 +273,7 @@
<#assign tableID = "grant_sparkline_data_table" /> - <#assign tableCaption = "Grants per year " /> + <#assign tableCaption = "Grants per year" /> <#assign tableActivityColumnName = "Grants" /> <#assign tableContent = sparklineVO.yearToActivityCount /> <#assign fileDownloadLink = sparklineVO.downloadDataLink /> diff --git a/productMods/templates/freemarker/visualization/personlevel/coPIPersonLevel.ftl b/productMods/templates/freemarker/visualization/personlevel/coPIPersonLevel.ftl index 790ed4dc..61ba28a7 100644 --- a/productMods/templates/freemarker/visualization/personlevel/coPIPersonLevel.ftl +++ b/productMods/templates/freemarker/visualization/personlevel/coPIPersonLevel.ftl @@ -225,13 +225,14 @@ $(document).ready(function(){
The information in the following tables is for all years.
<#assign tableID = "grant_data_table" /> - <#assign tableCaption = "Grants per year " /> + <#assign tableCaption = "Grants per year" /> <#assign tableActivityColumnName = "Grants" /> <#assign tableContent = egoGrantSparklineVO.yearToActivityCount /> <#assign fileDownloadLink = egoGrantSparklineVO.downloadDataLink />