mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix typo (#14605)
This commit is contained in:
parent
ed10db33cb
commit
4197b5a052
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ const DeleteScriptModal = ({
|
|||
<p>
|
||||
This action will cancel script{" "}
|
||||
<span className={`${baseClass}__script-name`}>{scriptName}</span> from
|
||||
running on macOS hosts on which the scrupt hasn't run yet.
|
||||
running on macOS hosts on which the script hasn't run yet.
|
||||
</p>
|
||||
<div className="modal-cta-wrap">
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue