From e91c8ac343b5933d81aaf207ddadbbb2c50fba75 Mon Sep 17 00:00:00 2001 From: katie-gardner-AND Date: Wed, 30 Oct 2024 11:09:31 +0000 Subject: [PATCH] fix: Fix capitalisation on button --- .../Components/CategorySection/SubtopicRecommendation.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dfe.PlanTech.Web/Views/Shared/Components/CategorySection/SubtopicRecommendation.cshtml b/src/Dfe.PlanTech.Web/Views/Shared/Components/CategorySection/SubtopicRecommendation.cshtml index fa2ae75f9..89ecad7d6 100644 --- a/src/Dfe.PlanTech.Web/Views/Shared/Components/CategorySection/SubtopicRecommendation.cshtml +++ b/src/Dfe.PlanTech.Web/Views/Shared/Components/CategorySection/SubtopicRecommendation.cshtml @@ -20,6 +20,6 @@ else if (Model.RecommendationSlug != null) asp-route="GetRecommendation" asp-route-sectionSlug="@Model.SectionSlug" asp-route-recommendationSlug="@Model.RecommendationSlug"> - View Recommendation + View recommendation }