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.

diff --git a/apps/app/components/issues/delete-issue-modal.tsx b/apps/app/components/issues/delete-issue-modal.tsx index 6bd41619f..0027e6d83 100644 --- a/apps/app/components/issues/delete-issue-modal.tsx +++ b/apps/app/components/issues/delete-issue-modal.tsx @@ -133,7 +133,7 @@ export const DeleteIssueModal: React.FC = ({ isOpen, handleClose, data }) Are you sure you want to delete issue{" "} {data?.project_detail.identifier}-{data?.sequence_id} - {" "} + {""} ? All of the data related to the issue will be permanently removed. This action cannot be undone.

diff --git a/apps/app/components/modules/delete-module-modal.tsx b/apps/app/components/modules/delete-module-modal.tsx index 60c4e5135..97663b6b9 100644 --- a/apps/app/components/modules/delete-module-modal.tsx +++ b/apps/app/components/modules/delete-module-modal.tsx @@ -102,9 +102,9 @@ export const DeleteModuleModal: React.FC = ({ isOpen, setIsOpen, data })

- 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.

diff --git a/apps/app/components/workspace/delete-workspace-modal.tsx b/apps/app/components/workspace/delete-workspace-modal.tsx index 501589c81..dc96ee570 100644 --- a/apps/app/components/workspace/delete-workspace-modal.tsx +++ b/apps/app/components/workspace/delete-workspace-modal.tsx @@ -115,14 +115,14 @@ export const DeleteWorkspaceModal: React.FC = ({ isOpen, data, onClose })

- 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 = ({ isOpen, data, onClose }) />

-

+

To confirm, type{" "} delete my workspace below: