Skip to content

Commit d4102c5

Browse files
fix typo in route update modal (#397)
1 parent e78c35b commit d4102c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/routes/RouteUpdateModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,9 @@ function RouteUpdateModalContent({ onSuccess, route, cell }: ModalProps) {
396396
)}
397397
<div className={cn("flex justify-between")}>
398398
<div>
399-
<Label>Metrics</Label>
399+
<Label>Metric</Label>
400400
<HelpText className={"max-w-[200px]"}>
401-
Lower metrics indicating higher priority routes.
401+
A lower metric indicates a higher priority route.
402402
</HelpText>
403403
</div>
404404

0 commit comments

Comments
 (0)