[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: set svg button title instead of pdf (#302)

authored by

Alec Lloyd Probert and committed by
GitHub
93c6e054 95055976

+1 -1
+1 -1
app/components/PackageDownloadAnalytics.vue
··· 470 470 buttonTitles: { 471 471 csv: $t('package.downloads.download_file', { fileType: 'CSV' }), 472 472 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' }), 474 474 annotator: $t('package.downloads.toggle_annotator'), 475 475 }, 476 476 callbacks: {