Skip to content

Commit f6a4e1a

Browse files
tts feature (#1170)
1 parent eff7529 commit f6a4e1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web-app/src/app/utils/consts.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const DATASET_FEATURES: DatasetFeatures = {
9696
fileName: '',
9797
linkToInfo: 'https://gtfs.org/getting-started/features/overview/',
9898
},
99-
'Text-To-Speech': {
99+
'Text-to-Speech': {
100100
component: 'Accessibility',
101101
fileName: 'stops.txt',
102102
linkToInfo:
@@ -292,8 +292,8 @@ export const DATASET_FEATURES: DatasetFeatures = {
292292
},
293293
};
294294
// SPELLING CORRECTIONS
295-
DATASET_FEATURES['Text-to-Speech'] = {
296-
...DATASET_FEATURES['Text-To-Speech'],
295+
DATASET_FEATURES['Text-To-Speech'] = {
296+
...DATASET_FEATURES['Text-to-Speech'],
297297
deprecated: true,
298298
};
299299

0 commit comments

Comments
 (0)