mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix software page typo (#20307)
This commit is contained in:
parent
325f5571af
commit
fcb9aec7e3
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const UploadingSoftware = () => {
|
|||
return (
|
||||
<div className={`${baseClass}__uploading-message`}>
|
||||
<Spinner centered={false} />
|
||||
<p>Uploading. It may take few minutes to finish.</p>
|
||||
<p>Uploading. It may take a few minutes to finish.</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue