mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Small grammar fix in "Delete script" modal (#22488)
it's ("it is") ➡️ its (possessive)
---------
Co-authored-by: Ian Littman <iansltx@gmail.com>
This commit is contained in:
parent
05a17b181a
commit
2acf368cc9
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ const DeleteScriptModal = ({
|
|||
<p>
|
||||
The script{" "}
|
||||
<span className={`${baseClass}__script-name`}>{scriptName}</span> will
|
||||
run on pending hosts. After the scripts runs, it's output and
|
||||
run on pending hosts. After the script runs, its output and
|
||||
exit code will appear in the activity feed.
|
||||
</p>
|
||||
<div className="modal-cta-wrap">
|
||||
|
|
|
|||
Loading…
Reference in a new issue