Skip to content

Commit 698a819

Browse files
committed
fix more copy
1 parent 042f1dd commit 698a819

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/oss/src/components/EvalRunDetails/components/FocusDrawerHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const FocusDrawerHeader = ({runId, scenarioId, onScenarioChange}: FocusDrawerHea
7474
loadNextPage,
7575
])
7676

77-
const scenarioLabel = evalType === "human" ? "Scenario" : "Testcase"
77+
const scenarioLabel = evalType === "human" ? "Scenario" : "Test case"
7878

7979
const options = useMemo(() => {
8080
const base = loadedScenarios.map((row) => ({

web/oss/src/components/TestcasesTableNew/hooks/useTestcaseActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface UseTestcaseActionsResult {
4343
// Navigation blocker
4444
skipBlockerRef: React.MutableRefObject<boolean>
4545

46-
// Testcase actions
46+
// Test case actions
4747
handleAddTestcase: () => void
4848
handleDeleteSelected: (selectedRowKeys: React.Key[]) => void
4949
handleRowClick: (record: TestcaseTableRow) => void

0 commit comments

Comments
 (0)