Fix typo in Network Routes dialogue (#395)

This commit is contained in:
juliaroesschen
2024-07-04 10:48:49 +02:00
committed by GitHub
parent f4b28d5f40
commit 6ebee98695

View File

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