diff --git a/apps/app/components/automation/auto-archive-automation.tsx b/apps/app/components/automation/auto-archive-automation.tsx index 8d1ba4ebe..8772371c4 100644 --- a/apps/app/components/automation/auto-archive-automation.tsx +++ b/apps/app/components/automation/auto-archive-automation.tsx @@ -28,11 +28,11 @@ export const AutoArchiveAutomation: React.FC = ({ projectDetails, handleC handleClose={() => setmonthModal(false)} handleChange={handleChange} /> -
-
+
+

Auto-archive closed issues

-

+

Plane will automatically archive issues that have been completed or cancelled for the configured time period.

@@ -52,17 +52,12 @@ export const AutoArchiveAutomation: React.FC = ({ projectDetails, handleC
Auto-archive issues that are closed for
-
+
- {`${projectDetails?.archive_in} ${ - projectDetails?.archive_in === 1 ? "Month" : "Months" - }`} -