Skip to content

Commit

Permalink
Merge pull request #255 from DFE-Digital/feature/129478-bug-conversio…
Browse files Browse the repository at this point in the history
…ns-approved-with-conditions

Changed Approved with Conditions to title case
  • Loading branch information
chrisdexnimble authored May 22, 2023
2 parents 4457ebe + eda952c commit 785952f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dfe.Academies.Academisation.Seed/ProjectConsts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public static class ProjectConsts
{
public static string[] Statuses { get; } =
{
"Active", "Pre advisory board", "APPROVED WITH CONDITIONS", "Declined", "Deferred", "Approved",
"Active", "Pre advisory board", "Approved with Conditions", "Declined", "Deferred", "Approved",
"Converter Pre-AO (C)",
};

Expand Down

0 comments on commit 785952f

Please sign in to comment.