Skip to content

Commit

Permalink
Merge pull request #1200 from DFE-Digital/feature/181799-remove-educa…
Browse files Browse the repository at this point in the history
…tional-data

Fixed apos and changed text content
  • Loading branch information
mshakirdfe authored Oct 3, 2024
2 parents 465a0ea + f7b3ad0 commit 25cf094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<p class="govuk-body">
We use some essential cookies to make Prepare conversions and transfers work.
</p>
<p class="govuk-body">Wed also like to use analytics cookies so we can understand how you use the service and make improvements.</p>
<p class="govuk-body">We&#39;d also like to use analytics cookies so we can understand how you use the service and make improvements.</p>
</div>
<div class="govuk-button-group">
<button type="button" class="govuk-button" data-test="cookie-banner-accept" data-module="govuk-button" id="acceptCookie">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public static string MapPerformanceDataHint(string schoolType)
return sType switch
{
"pupil referral unit" => $"Your document will automatically include some Ofsted inspection data. Educational performance data isn't published for pupil referral units.\r\n\r\nAsk the pupil referral unit to share their educational performance and absence data with you. You can add that to the document once you have created it.",
_ => "This information will be added to your project document automatically."
_ => "This information with not be added to your project document."
};
}
}
Expand Down

0 comments on commit 25cf094

Please sign in to comment.