diff --git a/backgroundWorker.js b/backgroundWorker.js
index a656077a6771e132fb95711504c3ab1ec80383a6..dca3f9362916c1ea93c1367b13bf564247512010 100644
--- a/backgroundWorker.js
+++ b/backgroundWorker.js
@@ -333,7 +333,7 @@ const  performBackgroundTask = async () => {
               var email = emailTemplate.replace("${applicantName}",formSubmissionObj[0].institute.name);
               const emailData = {
                 "recipientEmail":[formSubmissionObj[0].institute.email],
-                "emailSubject":"Inspection scheduled for KSIT",
+                "emailSubject":"Inspection scheduled for "+formSubmissionObj[0].institute.name,
                 "emailBody":email
               };
               sendEmailNotification(emailData);