diff --git a/frontend/pages/policies/ManagePoliciesPage/components/ManageAutomationsModal/ManageAutomationsModal.tsx b/frontend/pages/policies/ManagePoliciesPage/components/ManageAutomationsModal/ManageAutomationsModal.tsx index b1b7ba6e3f..1e60cea215 100644 --- a/frontend/pages/policies/ManagePoliciesPage/components/ManageAutomationsModal/ManageAutomationsModal.tsx +++ b/frontend/pages/policies/ManagePoliciesPage/components/ManageAutomationsModal/ManageAutomationsModal.tsx @@ -164,8 +164,8 @@ const ManageAutomationsModal = ({ onChange={() => setPolicyAutomationEnabled(!policyAutomationEnabled) } - inactiveText={"Vulnerability automations disabled"} - activeText={"Vulnerability automations enabled"} + inactiveText={"Policy automations disabled"} + activeText={"Policy automations enabled"} />