We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89deaa1 commit 1afc859Copy full SHA for 1afc859
src/pages/[locale]/data/index.tsx
@@ -394,12 +394,12 @@ function Data(props: Props) {
394
description: string;
395
fileLabel: string;
396
}> = {
397
- PROJECT_STATS_BY_TYPES: {
+ PROJECTS_CSV: {
398
heading: t('download-projects-overview-heading'),
399
description: t('download-projects-overview-description'),
400
fileLabel: 'CSV',
401
},
402
- PROJECTS_CSV: {
+ PROJECT_STATS_BY_TYPES: {
403
heading: t('download-projects-csv-heading'),
404
description: t('download-projects-csv-description'),
405
0 commit comments