diff --git a/x-pack/plugins/cloud_defend/public/components/control_general_view_response/index.tsx b/x-pack/plugins/cloud_defend/public/components/control_general_view_response/index.tsx
index 1c782973dd0ed..9511d11aa4f70 100644
--- a/x-pack/plugins/cloud_defend/public/components/control_general_view_response/index.tsx
+++ b/x-pack/plugins/cloud_defend/public/components/control_general_view_response/index.tsx
@@ -286,7 +286,7 @@ export const ControlGeneralViewResponse = ({
{i18n.actions}:
{response.actions?.map((action, i) => (
-
+
{action[0].toUpperCase() + action.slice(1)}
{i !== (response.actions?.length || 0) - 1 && ', '}
diff --git a/x-pack/plugins/cloud_defend/public/pages/policies/index.tsx b/x-pack/plugins/cloud_defend/public/pages/policies/index.tsx
index c732be5421a17..d9890830ffcda 100644
--- a/x-pack/plugins/cloud_defend/public/pages/policies/index.tsx
+++ b/x-pack/plugins/cloud_defend/public/pages/policies/index.tsx
@@ -87,7 +87,7 @@ const TotalIntegrationsCount = ({
pageCount,
totalCount,
}: Record<'pageCount' | 'totalCount', number>) => (
-
+
-
+
(
-