From 8199ce327a9f610c85d9aefed78222705aecb749 Mon Sep 17 00:00:00 2001 From: Mayank Mishra Date: Wed, 31 Dec 2025 12:42:11 +0530 Subject: [PATCH] Fixed the spelling of Enhancing --- 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 818d2f2..de82a0e 100644 --- a/src/common/utils/constants/host.constant.ts +++ b/src/common/utils/constants/host.constant.ts @@ -50,7 +50,7 @@ export const ACTIVITY_DISPLAY_STATUS = { DRAFT: 'Draft', UNDER_REVIEW: 'Under-Review', PQ_FAILED: 'PQ Failed', - ENHANCING: 'Enchancing', + ENHANCING: 'Enhancing', PQ_IN_REVIEW: 'PQ In Review', PQ_APPROVED: 'PQ Approved', @@ -87,7 +87,7 @@ export const ACTIVITY_AM_DISPLAY_STATUS = { DRAFT: 'Draft', UNDER_REVIEW: 'Under-Review', PQ_FAILED: 'PQ Failed', - ENHANCING: 'Enchancing', + ENHANCING: 'Enhancing', NEW: 'New', PQ_APPROVED: 'PQ Approved', REVISED: 'Revised',