diff --git a/public/locales/en.json b/public/locales/en.json index 77b0852e..90bba2b8 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -16,7 +16,8 @@ "tableVersionHeader": "Revision", "noFluxError": "Please install flux to view this component", "gitOpsTitle": "GitOps", - "kustomizationsTitle": "Kustomizations" + "kustomizationsTitle": "Kustomizations", + "undefinedError": "Something went wrong" }, "ProvidersList": { "tableNameHeader": "Name", diff --git a/src/components/ControlPlane/FluxList.tsx b/src/components/ControlPlane/FluxList.tsx index 15ea06ac..13148916 100644 --- a/src/components/ControlPlane/FluxList.tsx +++ b/src/components/ControlPlane/FluxList.tsx @@ -44,7 +44,11 @@ export default function FluxList() { if (repoErr || kustomizationErr) { return ( );