From 73c7b1bddc9c69c120e7cd5a620134a824beb4db Mon Sep 17 00:00:00 2001
From: Kunal Vishwakarma <116634168+kunalv17@users.noreply.github.com>
Date: Thu, 30 Mar 2023 20:25:04 +0530
Subject: [PATCH] fix: modal typo (#629)
* fix: modal width inconsistency
* fix: modal typo
---
apps/app/components/cycles/delete-cycle-modal.tsx | 6 +++---
apps/app/components/issues/delete-issue-modal.tsx | 2 +-
apps/app/components/modules/delete-module-modal.tsx | 6 +++---
.../components/workspace/delete-workspace-modal.tsx | 10 +++++-----
4 files changed, 12 insertions(+), 12 deletions(-)
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: