Skip to content

Commit

Permalink
fix typo in route update modal
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaroesschen authored Jul 4, 2024
1 parent b4b6d92 commit 04f1b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/routes/RouteUpdateModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ function RouteUpdateModalContent({ onSuccess, route, cell }: ModalProps) {
)}
<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 04f1b61

Please sign in to comment.