diff --git a/web/components/modules/delete-module-modal.tsx b/web/components/modules/delete-module-modal.tsx
index 45c951150..09f9bc6a8 100644
--- a/web/components/modules/delete-module-modal.tsx
+++ b/web/components/modules/delete-module-modal.tsx
@@ -102,7 +102,7 @@ export const DeleteModuleModal: React.FC
= observer((props) => {
Are you sure you want to delete module-{" "}
- {data?.name}? All of the
+ {data?.name}? All of the
data related to the module will be permanently removed. This action cannot be undone.
diff --git a/web/components/project/join-project-modal.tsx b/web/components/project/join-project-modal.tsx
index 08f7ed1f0..22fc2e9f5 100644
--- a/web/components/project/join-project-modal.tsx
+++ b/web/components/project/join-project-modal.tsx
@@ -73,7 +73,7 @@ export const JoinProjectModal: React.FC = (props) => {
Join Project?
- Are you sure you want to join the project {project?.name}?
+ Are you sure you want to join the project {project?.name}?
Please click the 'Join Project' button below to continue.