Skip to content

Commit 34c882a

Browse files
authored
fix(ScenarioEditor): Set correct column label #AC-362 (#130)
1 parent 2865f8d commit 34c882a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/analysis/AccessibilityAnalysisParameters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const TravelScenarioTable = ({
2929
id: "speed",
3030
accessor: (row) => row[0],
3131
width: 100,
32-
Header: t("Class"),
32+
Header: t("Speed (in km/h)"),
3333
},
3434
];
3535
return cols;

0 commit comments

Comments
 (0)