mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Fix typo in download installer modal (#7195)
This commit is contained in:
parent
b365016f67
commit
e299cc41f1
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user