diff --git a/app/components/Compare/FacetBarChart.vue b/app/components/Compare/FacetBarChart.vue index 07f8943263..bc097ae986 100644 --- a/app/components/Compare/FacetBarChart.vue +++ b/app/components/Compare/FacetBarChart.vue @@ -131,7 +131,7 @@ const config = computed(() => { csv: false, altCopy: true, }, - buttonTitle: { + buttonTitles: { img: $t('package.trends.download_file', { fileType: 'PNG' }), svg: $t('package.trends.download_file', { fileType: 'SVG' }), altCopy: $t('package.trends.copy_alt.button_label'),