Remove text from remove variable dialog (#32249)

Missing change from #29235.
See decision
[here](https://github.com/fleetdm/fleet/issues/29235#issuecomment-3208040863).

<img width="675" height="264" alt="Screenshot 2025-08-25 at 10 14 29 AM"
src="https://github.com/user-attachments/assets/0446412e-7d13-40fc-ae2c-94e8bab04b9e"
/>
This commit is contained in:
Lucas Manuel Rodriguez 2025-08-25 15:02:37 -03:00 committed by GitHub
parent d818f2f18f
commit 632f731233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,12 +57,6 @@ const DeleteSecretModal = ({
<p>
This will delete the <b>{secret?.name}</b> custom variable.
</p>
<p>
If this custom variable is used in any configuration profiles or
scripts, they will fail.
<br />
To resolve, edit the configuration profile or script.
</p>
<div className="modal-cta-wrap">
<Button
variant="alert"