mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
fix typo in route update modal (#397)
This commit is contained in:
@@ -396,9 +396,9 @@ function RouteUpdateModalContent({ onSuccess, route, cell }: ModalProps) {
|
|||||||
)}
|
)}
|
||||||
<div className={cn("flex justify-between")}>
|
<div className={cn("flex justify-between")}>
|
||||||
<div>
|
<div>
|
||||||
<Label>Metrics</Label>
|
<Label>Metric</Label>
|
||||||
<HelpText className={"max-w-[200px]"}>
|
<HelpText className={"max-w-[200px]"}>
|
||||||
Lower metrics indicating higher priority routes.
|
A lower metric indicates a higher priority route.
|
||||||
</HelpText>
|
</HelpText>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user