From 82de2f16de13ec569699a9ee20c3be35492eb45b Mon Sep 17 00:00:00 2001
From: Mahesh Maney R <mahesh-maney@users.noreply.github.com>
Date: Tue, 22 Nov 2022 09:56:13 +0530
Subject: [PATCH] updating the contents of the email <ManeyMR>.

---
 .../utils/NotificationService/NotificationUtil.java      | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/tarento/formservice/utils/NotificationService/NotificationUtil.java b/src/main/java/com/tarento/formservice/utils/NotificationService/NotificationUtil.java
index 8422659..21d6686 100644
--- a/src/main/java/com/tarento/formservice/utils/NotificationService/NotificationUtil.java
+++ b/src/main/java/com/tarento/formservice/utils/NotificationService/NotificationUtil.java
@@ -47,7 +47,7 @@ public class NotificationUtil {
 
 	private static String returnSubject = "Application Returned";
 	private static String returnBody = "The <b>" + formName
-			+ "</b> application got returned from the regulator. please review your application and submit it back.";
+			+ "</b> has been returned by the UP SMF. Please make the necessary changes and resubmit the form.";
 
 	private static String approveSubject = "Application approved";
 	private static String approveBody = "The <b>" + formName + "</b> application is approved.";
@@ -56,11 +56,12 @@ public class NotificationUtil {
 	private static String rejectBody = "The <b>" + formName + "</b> application is rejected.";
 
 	private static String sentInspectionSubject = "Application sent for inspection";
-	private static String sentInspectionBody = "The <b>" + formName + "</b> application is sent for inspection.";
+	private static String sentInspectionBody = "The <b>" + formName + "</b> has been verified by the UP SMF.\n" +
+			"Please keep all relevant documents / infrastructure ready for on-ground assessment.";
 
 	private static String assignedInspectionSubject = "Application assigned for inspection";
-	private static String assignedInspectionBody = "The <b>" + formName
-			+ "</b> application is assigned to you for inspection which is scheduled on " + date;
+	private static String assignedInspectionBody = "An on-ground assessment has been scheduled for you on " + date +
+			". You will be able to view the form on the day of assessment.";
 
 	private static String inspectionCompletedSubject = "Application inspection completed";
 	private static String inspectionCompletedBody = "The <b>" + formName + "</b> application inspection completed.";
-- 
GitLab