Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit e65431f

Browse files
authored
Merge pull request #919 from mapswipe/dev
Release - Update terminology
2 parents 07698b8 + a84abd6 commit e65431f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • community-dashboard/app/views/StatsBoard

community-dashboard/app/views/StatsBoard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const CHART_BREAKPOINT = 700;
6767
export type ActualContributorTimeStatType = ContributorTimeStatType & { totalSwipeTime: number };
6868
const UNKNOWN = '-1';
6969
const BUILD_AREA = 'BUILD_AREA';
70-
const FOOTPRINT = 'VALIDATE';
70+
const FOOTPRINT = 'FOOTPRINT';
7171
const CHANGE_DETECTION = 'CHANGE_DETECTION';
7272
const COMPLETENESS = 'COMPLETENESS';
7373

0 commit comments

Comments
 (0)