Update copy in Delete script modal (#21907)

Script runs aren't canceled: #21889
This commit is contained in:
Noah Talerman 2024-09-10 17:04:10 -04:00 committed by GitHub
parent 8d651b477c
commit e1114d9356
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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&apos;t run yet.
The script{" "}
<span className={`${baseClass}__script-name`}>{scriptName}</span> will
run on pending hosts. After the scripts runs, it&apos;s output and
exit code will appear in the activity feed.
</p>
<div className="modal-cta-wrap">
<Button