Skip to content

Commit

Permalink
Merge pull request #856 from DFE-Digital/fix/234972/fix-button-capita…
Browse files Browse the repository at this point in the history
…lisation

fix: Fix capitalisation on button
  • Loading branch information
katie-gardner authored Oct 30, 2024
2 parents 9ec3fd2 + e91c8ac commit 8f7b205
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
</govuk-button-link>
}

0 comments on commit 8f7b205

Please sign in to comment.