mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fleet UI: Delete policy copy change (#25050)
This commit is contained in:
parent
0d7b3d70e2
commit
f0f6172ab7
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ const DeletePolicyModal = ({
|
|||
className={baseClass}
|
||||
>
|
||||
<div className={baseClass}>
|
||||
Are you sure you want to delete the selected policies?
|
||||
Deleting these policies will disable any associated automations, such as
|
||||
automatic software install or automatic script run.
|
||||
<div className="modal-cta-wrap">
|
||||
<Button
|
||||
type="button"
|
||||
|
|
|
|||
Loading…
Reference in a new issue