From ad5e343b66d05115f1658597dbb6daed8bb6322b Mon Sep 17 00:00:00 2001 From: Mayank Mishra Date: Tue, 24 Mar 2026 17:38:07 +0530 Subject: [PATCH] changed the draft-activity to draft --- src/common/utils/constants/host.constant.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/utils/constants/host.constant.ts b/src/common/utils/constants/host.constant.ts index c2cf41b..33cfa67 100644 --- a/src/common/utils/constants/host.constant.ts +++ b/src/common/utils/constants/host.constant.ts @@ -55,7 +55,7 @@ export const ACTIVITY_DISPLAY_STATUS = { PQ_IN_REVIEW: 'PQ In Review', PQ_APPROVED: 'PQ Approved', - ACTIVITY_DRAFT: 'Draft - Activity', + ACTIVITY_DRAFT: 'Draft', ACTIVITY_IN_REVIEW: 'In Review', ACTIVITY_TO_REVIEW: 'Re-submitted', NOT_LISTED: 'Not Listed', @@ -94,7 +94,7 @@ export const ACTIVITY_AM_DISPLAY_STATUS = { PQ_APPROVED: 'PQ Approved', REVISED: 'Revised', - ACTIVITY_DRAFT: 'Draft - Activity', + ACTIVITY_DRAFT: 'Draft', ACTIVITY_NEW: 'New', ACTIVITY_TO_REVIEW: 'Activity To Review', ACTIVITY_ENHANCING: 'Enhancing',