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 eff7529 commit f6a4e1aCopy full SHA for f6a4e1a
web-app/src/app/utils/consts.tsx
@@ -96,7 +96,7 @@ export const DATASET_FEATURES: DatasetFeatures = {
96
fileName: '',
97
linkToInfo: 'https://gtfs.org/getting-started/features/overview/',
98
},
99
- 'Text-To-Speech': {
+ 'Text-to-Speech': {
100
component: 'Accessibility',
101
fileName: 'stops.txt',
102
linkToInfo:
@@ -292,8 +292,8 @@ export const DATASET_FEATURES: DatasetFeatures = {
292
293
};
294
// SPELLING CORRECTIONS
295
-DATASET_FEATURES['Text-to-Speech'] = {
296
- ...DATASET_FEATURES['Text-To-Speech'],
+DATASET_FEATURES['Text-To-Speech'] = {
+ ...DATASET_FEATURES['Text-to-Speech'],
297
deprecated: true,
298
299
0 commit comments