From 0fa05108491e734356a3662c9ad37f975a1b6aba Mon Sep 17 00:00:00 2001 From: KarthiKKVardhan Date: Wed, 13 May 2026 15:28:26 +0530 Subject: [PATCH] Succes messaged changed --- ipi-survey-platform/src/pages/Admin/Validations.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipi-survey-platform/src/pages/Admin/Validations.jsx b/ipi-survey-platform/src/pages/Admin/Validations.jsx index 7a0c520..2858197 100644 --- a/ipi-survey-platform/src/pages/Admin/Validations.jsx +++ b/ipi-survey-platform/src/pages/Admin/Validations.jsx @@ -162,7 +162,7 @@ const ManageSubmissions = () => { const ok = (response && response.data) || response?.status === 200 || response?.status === 'success'; if (ok) { - showToast('success', 'Submission approved successfully'); + showToast('success', 'Submission has been approved'); // Refresh the submissions list const data = await fetchDashboardData(selectedQuarter, selectedYear); const userProfile = JSON.parse(localStorage.getItem("user_profile"));