Skip to content

Commit

Permalink
Add Claim-specific copy to generic error page
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Nov 28, 2023
1 parent 86d84f3 commit 877fa52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@{
ViewBag.Title = "Sorry, there is a problem with the service";
ViewBag.Title = "Sorry, there is a problem with the DfE Identity service";
}

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-l">Sorry, there is a problem with the service</h1>
<p>Try again later.</p>
<h1 class="govuk-heading-l">@ViewBag.Title</h1>
<vc:client-scoped-partial view-name="_Error.{0}" />
</div>
</div>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<p>Try again later if you would like to sign in or set up a DfE Identity account.</p>
<p>You can still <a href="https://www.gov.uk/government/collections/additional-payments-for-teaching-eligibility-and-payment-details">check if you’re eligible for any additional payments and apply for them</a>.</p>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>Try again later.</p>

0 comments on commit 877fa52

Please sign in to comment.