diff --git a/SAS/TriggerEmailService/Server/lib/Templates.py b/SAS/TriggerEmailService/Server/lib/Templates.py
index b6cdeff2ed41200a88bb965cffb19f4feef7ba99..1befcdedbf2bc8cf293af38ea8847e05935ce0e0 100644
--- a/SAS/TriggerEmailService/Server/lib/Templates.py
+++ b/SAS/TriggerEmailService/Server/lib/Templates.py
@@ -1,5 +1,5 @@
 RECEIVED_TEMPLATE_SUBJECT = """%(PROJECTNAME)s trigger %(TRIGGERID)s received"""
-ACCEPTED_TEMPLATE_SUBJECT = """%(PROJECTNAME)s trigger %(TRIGGERID)s completed"""
+ACCEPTED_TEMPLATE_SUBJECT = """%(PROJECTNAME)s trigger %(TRIGGERID)s scheduled"""
 REJECTED_TEMPLATE_SUBJECT = """%(PROJECTNAME)s trigger %(TRIGGERID)s cancelled"""
 ABORTED_TEMPLATE_SUBJECT = """%(PROJECTNAME)s trigger %(TRIGGERID)s aborted"""
 FINISHED_TEMPLATE_SUBJECT = """%(PROJECTNAME)s trigger %(TRIGGERID)s completed"""
@@ -17,9 +17,9 @@ ACCEPTED_TEMPLATE_BODY = """Dear PI/Project Contact,
 
 This is a follow up message for the trigger for your project %(PROJECTNAME)s with ID %(TRIGGERID)s.
 
-The triggered observations have completed.
+The trigger has been scheduled.
 
-The observation IDs are %(OBSSASID)s, the MoM ID is %(OBSMOMID)s.
+The observation IDs are %(OBSSASID)s, the MoM IDs are %(OBSMOMID)s.
 
 To follow the progress and check the details, please check the observation in MoM %(MOMLINK)s.