Skip to content

Commit 6ebee98

Browse files
Fix typo in Network Routes dialogue (#395)
1 parent f4b28d5 commit 6ebee98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/routes/RouteModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,9 +577,9 @@ export function RouteModalContent({
577577

578578
<div className={cn("flex justify-between")}>
579579
<div>
580-
<Label>Metrics</Label>
580+
<Label>Metric</Label>
581581
<HelpText className={"max-w-[200px]"}>
582-
Lower metrics indicating higher priority routes.
582+
A lower metric indicates a higher priority route.
583583
</HelpText>
584584
</div>
585585

0 commit comments

Comments
 (0)