@@ -37,7 +37,7 @@ object CBCRNewTemplates {
3737 templateId = " cbc_file_upload_successful" ,
3838 fromAddress = govUkTeamAddress,
3939 service = CountryByCountryReportingNew ,
40- subject = " Your file has passed checks for CBC" ,
40+ subject = " File passed checks for CBC" ,
4141 plainTemplate = txt.cbcFileUploadSuccessful.f,
4242 htmlTemplate = html.cbcFileUploadSuccessful.f,
4343 priority = Some (MessagePriority .Urgent )
@@ -47,7 +47,7 @@ object CBCRNewTemplates {
4747 templateId = " cbc_file_upload_unsuccessful" ,
4848 fromAddress = govUkTeamAddress,
4949 service = CountryByCountryReportingNew ,
50- subject = " Your file has failed checks for CBC" ,
50+ subject = " File failed checks for CBC" ,
5151 plainTemplate = txt.cbcFileUploadUnsuccessful.f,
5252 htmlTemplate = html.cbcFileUploadUnsuccessful.f,
5353 priority = Some (MessagePriority .Urgent )
@@ -57,7 +57,7 @@ object CBCRNewTemplates {
5757 templateId = " cbc_agent_file_upload_successful" ,
5858 fromAddress = govUkTeamAddress,
5959 service = CountryByCountryReportingNew ,
60- subject = " Your client’s file has passed checks for CBC" ,
60+ subject = " File passed checks for CBC" ,
6161 plainTemplate = txt.cbcAgentFileUploadSuccessful.f,
6262 htmlTemplate = html.cbcAgentFileUploadSuccessful.f,
6363 priority = Some (MessagePriority .Urgent )
@@ -67,7 +67,7 @@ object CBCRNewTemplates {
6767 templateId = " cbc_agent_file_upload_unsuccessful" ,
6868 fromAddress = govUkTeamAddress,
6969 service = CountryByCountryReportingNew ,
70- subject = " Your client’s file has failed checks for CBC" ,
70+ subject = " File failed checks for CBC" ,
7171 plainTemplate = txt.cbcAgentFileUploadUnsuccessful.f,
7272 htmlTemplate = html.cbcAgentFileUploadUnsuccessful.f,
7373 priority = Some (MessagePriority .Urgent )
0 commit comments