diff --git a/apps/app/components/cycles/delete-cycle-modal.tsx b/apps/app/components/cycles/delete-cycle-modal.tsx
index e7a69b36b..4464c54d9 100644
--- a/apps/app/components/cycles/delete-cycle-modal.tsx
+++ b/apps/app/components/cycles/delete-cycle-modal.tsx
@@ -106,9 +106,9 @@ export const DeleteCycleModal: React.FC
- Are you sure you want to delete cycle - {`"`}
- {data?.name}
- {`"`} ? All of the data related to the cycle will be permanently removed.
+ Are you sure you want to delete cycle-{" "}
+ {data?.name}
+ ? All of the data related to the cycle will be permanently removed.
This action cannot be undone.
- Are you sure you want to delete module - {`"`} - {data?.name} - {`" ?`} All of the data related to the module will be permanently removed. + Are you sure you want to delete module- {" "} + {data?.name} + ? All of the data related to the module will be permanently removed. This action cannot be undone.
- Are you sure you want to delete workspace - {`"`} - {data?.name} - {`"`} ? All of the data related to the workspace will be permanently + Are you sure you want to delete workspace- {" "} + {data?.name} + ? All of the data related to the workspace will be permanently removed. This action cannot be undone.
+
Enter the workspace name{" "}
{selectedWorkspace?.name} to
continue:
@@ -139,7 +139,7 @@ export const DeleteWorkspaceModal: React.FC
+
To confirm, type{" "} delete my workspace below: