diff --git a/frontend/pages/ManageControlsPage/Secrets/components/DeleteSecretModal/DeleteSecretModal.tsx b/frontend/pages/ManageControlsPage/Secrets/components/DeleteSecretModal/DeleteSecretModal.tsx index 1ff6d38aa8..a34df1cb4c 100644 --- a/frontend/pages/ManageControlsPage/Secrets/components/DeleteSecretModal/DeleteSecretModal.tsx +++ b/frontend/pages/ManageControlsPage/Secrets/components/DeleteSecretModal/DeleteSecretModal.tsx @@ -57,12 +57,6 @@ const DeleteSecretModal = ({

This will delete the {secret?.name} custom variable.

-

- If this custom variable is used in any configuration profiles or - scripts, they will fail. -
- To resolve, edit the configuration profile or script. -