Updated message shown in the 'Delete Script' modal. (#33264)

Resolves #32803

Updated message shown in the 'Delete Script' modal.
This commit is contained in:
Juan Fernandez 2025-09-24 13:49:50 -04:00 committed by GitHub
parent e4a6ef730f
commit 04639803b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View file

@ -0,0 +1 @@
* Updated message shown in the 'Delete Script' modal.

View file

@ -59,11 +59,14 @@ const DeleteScriptModal = ({
>
<>
<p>
The script{" "}
<span className={`${baseClass}__script-name`}>{scriptName}</span> will
run on pending hosts. After the script runs, its output and exit code
will appear in the activity feed.
This action will cancel any pending script execution for{" "}
<span className={`${baseClass}__script-name`}>{scriptName}</span>
</p>
<p>
If the script is currently running on a host it will still complete,
but results won&apos;t appear in Fleet.
</p>
<p>You cannot undo this action.</p>
<div className="modal-cta-wrap">
<Button
type="button"