From fcb9aec7e305da9c8cf3f2442ccc5f8c50cd8aea Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Wed, 10 Jul 2024 11:46:31 -0700 Subject: [PATCH] Fix software page typo (#20307) --- .../SoftwarePage/components/AddSoftwareForm/AddSoftwareForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/SoftwarePage/components/AddSoftwareForm/AddSoftwareForm.tsx b/frontend/pages/SoftwarePage/components/AddSoftwareForm/AddSoftwareForm.tsx index acad6e777d..aab97985d0 100644 --- a/frontend/pages/SoftwarePage/components/AddSoftwareForm/AddSoftwareForm.tsx +++ b/frontend/pages/SoftwarePage/components/AddSoftwareForm/AddSoftwareForm.tsx @@ -24,7 +24,7 @@ const UploadingSoftware = () => { return (
-

Uploading. It may take few minutes to finish.

+

Uploading. It may take a few minutes to finish.

); };