Skip to content

Commit

Permalink
Merge pull request #2956 from alphagov/error-summary-example
Browse files Browse the repository at this point in the history
Remove hard to read postcode from example
  • Loading branch information
36degrees authored Jul 19, 2023
2 parents e7610eb + 461d7cc commit 77c9af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/error-summary/default/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ layout: layout-example.njk
titleText: "There is a problem",
errorList: [
{
text: "The date your passport was issued must be in the past",
text: "Enter your full name",
href: "#"
},
{
text: "Enter a postcode, like AA1 1AA",
text: "The date your passport was issued must be in the past",
href: "#"
}
]
Expand Down

0 comments on commit 77c9af7

Please sign in to comment.