Skip to content

Commit

Permalink
change again
Browse files Browse the repository at this point in the history
  • Loading branch information
jag-nahl-airelogic committed Feb 26, 2025
1 parent c902cc7 commit b76f631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dfe.PlanTech.Web/Controllers/CheckAnswersController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class CheckAnswersController(ILogger<CheckAnswersController> checkAnswers
public const string CheckAnswersPageSlug = "check-answers";
public const string CheckAnswersViewName = "CheckAnswers";

public const string InlineRecommendationUnavailableErrorMessage = "Unable to save. Please try again. If this problem continues you ca";
public const string InlineRecommendationUnavailableErrorMessage = "Unable to save. Please try again. If this problem continues you c";

[HttpGet("{sectionSlug}/check-answers")]
public async Task<IActionResult> CheckAnswersPage(string sectionSlug,
Expand Down

0 comments on commit b76f631

Please sign in to comment.