Skip to content

Commit

Permalink
Update copy in Delete script modal (#21907)
Browse files Browse the repository at this point in the history
Script runs aren't canceled: #21889
  • Loading branch information
noahtalerman authored Sep 10, 2024
1 parent 8d651b4 commit e1114d9
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1114d9

Please sign in to comment.