fix typo in route update modal (#397)

This commit is contained in:
juliaroesschen
2024-07-04 15:05:57 +02:00
committed by GitHub
parent e78c35bdbe
commit d4102c5d04

View File

@@ -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>