diff --git a/Dfe.PrepareConversions/Dfe.PrepareConversions/Services/ErrorService.cs b/Dfe.PrepareConversions/Dfe.PrepareConversions/Services/ErrorService.cs
index a9c73c0c2..be077cb02 100644
--- a/Dfe.PrepareConversions/Dfe.PrepareConversions/Services/ErrorService.cs
+++ b/Dfe.PrepareConversions/Dfe.PrepareConversions/Services/ErrorService.cs
@@ -11,7 +11,7 @@ namespace Dfe.PrepareConversions.Services;
public class ErrorService
{
private const string API_ERROR =
- "There is a system problem and we could not save your changes. Contact sddservicessupport@education.gov.uk if this continues.";
+ "There is a system problem and we could not save your changes. Contact regionalservices.rg@education.gov.uk if this continues.";
private readonly List _errors = new();