mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
Fix typo in Network Routes dialogue (#395)
This commit is contained in:
@@ -577,9 +577,9 @@ export function RouteModalContent({
|
|||||||
|
|
||||||
<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