chore(chainage): rename chainge to segment
This commit is contained in:
@@ -78,7 +78,7 @@ const DetailedSummarySection = ({
|
||||
<MapIcon className="h-5 w-5 text-primary" />
|
||||
</div>
|
||||
<div>
|
||||
<CardTitle className="text-base font-bold">Chainages</CardTitle>
|
||||
<CardTitle className="text-base font-bold">Segments</CardTitle>
|
||||
<CardDescription className="text-xs">{modeConfig.label} detected</CardDescription>
|
||||
</div>
|
||||
</div>
|
||||
@@ -169,7 +169,7 @@ const DetailedSummarySection = ({
|
||||
</div>
|
||||
<div className="grid grid-cols-2 gap-2 text-[10px] text-muted-foreground">
|
||||
<div className="truncate">
|
||||
Chainage: <span className="text-foreground font-medium">{chainageName}</span>
|
||||
Segment: <span className="text-foreground font-medium">{chainageName}</span>
|
||||
</div>
|
||||
<div>
|
||||
Confidence:{' '}
|
||||
|
||||
Reference in New Issue
Block a user