diff --git a/frontend/editor/public/locales/en-US/translation.toml b/frontend/editor/public/locales/en-US/translation.toml index 4bb5ae928b..eada1744c4 100644 --- a/frontend/editor/public/locales/en-US/translation.toml +++ b/frontend/editor/public/locales/en-US/translation.toml @@ -7515,6 +7515,13 @@ label = "Docs enforced" description = "Configured but not firing" label = "Paused" +[portal.policies.table] +appliesTo = "Applies to" +docs = "Docs enforced" +enforces = "Enforces" +policy = "Policy" +status = "Status" + [portal.policies.wizard.actions] back = "Back" cancel = "Cancel" diff --git a/frontend/editor/src/portal/components/PolicySummary.tsx b/frontend/editor/src/portal/components/PolicySummary.tsx index 9be6ff49cf..9979783536 100644 --- a/frontend/editor/src/portal/components/PolicySummary.tsx +++ b/frontend/editor/src/portal/components/PolicySummary.tsx @@ -15,7 +15,7 @@ import { type CatalogueEntry, type PoliciesResponse, } from "@portal/api/policies"; -import { policyCategoryIcon } from "@app/components/policies/policyCategoryIcon"; +import { PolicyCategoryBadge } from "@portal/components/policies/PolicyCategoryIcon"; import "@portal/components/PolicySummary.css"; /** @@ -63,9 +63,7 @@ export function PolicySummary() { header: t("portal.policySummary.column.policy"), render: ({ entry }) => (