Skip to content

Commit

Permalink
Fix typo in Network Routes dialogue (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaroesschen authored Jul 4, 2024
1 parent f4b28d5 commit 6ebee98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/routes/RouteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -577,9 +577,9 @@ export function RouteModalContent({

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

Expand Down

0 comments on commit 6ebee98

Please sign in to comment.