mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update copy in Delete script modal (#21907)
Script runs aren't canceled: #21889
This commit is contained in:
parent
8d651b477c
commit
e1114d9356
1 changed files with 4 additions and 3 deletions
|
|
@ -42,9 +42,10 @@ const DeleteScriptModal = ({
|
|||
>
|
||||
<>
|
||||
<p>
|
||||
This action will cancel script{" "}
|
||||
<span className={`${baseClass}__script-name`}>{scriptName}</span> from
|
||||
running on macOS hosts on which the script hasn't run yet.
|
||||
The script{" "}
|
||||
<span className={`${baseClass}__script-name`}>{scriptName}</span> will
|
||||
run on pending hosts. After the scripts runs, it's output and
|
||||
exit code will appear in the activity feed.
|
||||
</p>
|
||||
<div className="modal-cta-wrap">
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue