Skip to content

Commit

Permalink
Merge pull request #1168 from DFE-Digital/177431-LIVE-Incorrect-email…
Browse files Browse the repository at this point in the history
…-address-showing-in-error-message

correct email added
  • Loading branch information
FahadDarw authored Aug 22, 2024
2 parents bcd6d29 + d447e83 commit 9ba7d8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href=\"mailto:[email protected]\">sddservicessupport@education.gov.uk</a> 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<Error> _errors = new();

Expand Down

0 comments on commit 9ba7d8f

Please sign in to comment.