From e3d5ea8a9ec1b5d450bd10b528bf59d626dc435f Mon Sep 17 00:00:00 2001 From: Malini Date: Wed, 28 Jan 2026 19:36:34 +0530 Subject: [PATCH] fixed issues --- .../src/components/overview/ProductDetails.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipi-survey-platform/src/components/overview/ProductDetails.jsx b/ipi-survey-platform/src/components/overview/ProductDetails.jsx index f02ac83..5d42ae3 100644 --- a/ipi-survey-platform/src/components/overview/ProductDetails.jsx +++ b/ipi-survey-platform/src/components/overview/ProductDetails.jsx @@ -46,7 +46,7 @@ const ProductDetails = ({ bgColor: 'bg-[#F3FAF4]', textColor: 'text-[#3F8E50]', iconColor: 'text-[#4A9D5C]', - message: 'Your survey was successfully submitted and is waiting for approval.' + message: 'Your survey was approved successfully.' }, rejected: { type: 'rejected', @@ -63,7 +63,7 @@ const ProductDetails = ({ bgColor: 'bg-[#E7F5FF]', textColor: 'text-[#043DFF]', iconColor: 'text-[#286CFF]', - message: 'Your survey was successfully submitted and is waiting for approval.' + message: 'Your survey was approved successfully.' }, resubmitted: { type: 'resubmitted',