diff --git a/internal/site/src/components/routes/system/raw-capacity-label.tsx b/internal/site/src/components/routes/system/raw-capacity-label.tsx index 09fb94d7..1b804c6c 100644 --- a/internal/site/src/components/routes/system/raw-capacity-label.tsx +++ b/internal/site/src/components/routes/system/raw-capacity-label.tsx @@ -2,7 +2,7 @@ import { t } from "@lingui/core/macro" import { InfoIcon } from "lucide-react" import { Tooltip, TooltipContent, TooltipTrigger } from "@/components/ui/tooltip" -export function RawCapacityLabel({ label = t`Raw capacity` }: { label?: string }) { +export function RawCapacityLabel({ label = t`Raw` }: { label?: string }) { return ( {label} @@ -10,7 +10,7 @@ export function RawCapacityLabel({ label = t`Raw capacity` }: { label?: string }