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"));