From 269fe6c412c861a6450fa505029bac4ece2b2587 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Tue, 4 Jun 2024 14:31:23 +0530 Subject: [PATCH] chore: update archive modal content --- web/components/issues/bulk-operations/enterprise-root.tsx | 2 +- .../issues/bulk-operations/modals/bulk-archive-modal.tsx | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/web/components/issues/bulk-operations/enterprise-root.tsx b/web/components/issues/bulk-operations/enterprise-root.tsx index 79aa9b030c..5a80d68740 100644 --- a/web/components/issues/bulk-operations/enterprise-root.tsx +++ b/web/components/issues/bulk-operations/enterprise-root.tsx @@ -21,7 +21,7 @@ export const BulkOperationsEnterpriseRoot: React.FC = (props) => { const { handleClearSelection } = selectionHelpers; return ( -
+
= observer((props) => title={`Archive ${issueVariant}`} content={ <> - Are you sure you want to archive {issueIds.length} {issueVariant}? Sub issues of selected {issueVariant} will - also be archived. Once archived {issueIds.length > 1 ? "they" : "it"} can be restored later via the archives - section. + Are you sure you want to archive {issueIds.length} {issueVariant}? Once archived{" "} + {issueIds.length > 1 ? "they" : "it"} can be restored later via the archives section. } primaryButtonText={{