Fix typo in download installer modal (#7195)
This commit is contained in:
@@ -196,7 +196,7 @@ const DownloadInstallers = ({
|
||||
<div className={`${baseClass}__success`}>
|
||||
<img src={SuccessIcon} alt="download successful" />
|
||||
<h2>You’re almost there</h2>
|
||||
<p>{`Run the installer on a ${installerPlatform}laptop, workstation, or sever to add it to Fleet.`}</p>
|
||||
<p>{`Run the installer on a ${installerPlatform}laptop, workstation, or server to add it to Fleet.`}</p>
|
||||
<Button onClick={onCancel}>Got it</Button>
|
||||
{form}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user