summaryrefslogtreecommitdiff
path: root/client/chart/countriesByYear.chart.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/chart/countriesByYear.chart.js')
-rw-r--r--client/chart/countriesByYear.chart.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/chart/countriesByYear.chart.js b/client/chart/countriesByYear.chart.js
index 78ab4434..df7a4530 100644
--- a/client/chart/countriesByYear.chart.js
+++ b/client/chart/countriesByYear.chart.js
@@ -160,7 +160,7 @@ class CountriesByYearChart extends Component {
}
}}
/>
- <div className='caption'>{paper.name}{' dataset citations by country per year'}</div>
+ <div className='caption'>{paper.name}{' dataset citations per country per year. We verified ' + citations.length + ' papers that used the dataset.'}</div>
</div>
)
}