diff --git a/src/components/SitesTable.tsx b/src/components/SitesTable.tsx index 6982f46a..3a8085c2 100644 --- a/src/components/SitesTable.tsx +++ b/src/components/SitesTable.tsx @@ -231,7 +231,7 @@ export default function SitesTable({ sites, orgId }: SitesTableProps) { }, { accessorKey: "type", - friendlyName: t("connectionType"), + friendlyName: t("type"), header: ({ column }) => { return ( ); @@ -252,12 +252,10 @@ export default function SitesTable({ sites, orgId }: SitesTableProps) { return (