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={{