Skip to content

Commit 93c6e05

Browse files
authored
fix: set svg button title instead of pdf (#302)
1 parent 9505597 commit 93c6e05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/PackageDownloadAnalytics.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ const config = computed(() => {
470470
buttonTitles: {
471471
csv: $t('package.downloads.download_file', { fileType: 'CSV' }),
472472
img: $t('package.downloads.download_file', { fileType: 'PNG' }),
473-
pdf: $t('package.downloads.download_file', { fileType: 'PDF' }),
473+
svg: $t('package.downloads.download_file', { fileType: 'SVG' }),
474474
annotator: $t('package.downloads.toggle_annotator'),
475475
},
476476
callbacks: {

0 commit comments

Comments
 (0)