Skip to content

Commit

Permalink
Merge pull request #735 from DFE-Digital/ap-lp-course-course-filter
Browse files Browse the repository at this point in the history
Fixed typo and changed case
  • Loading branch information
andrewscrivener authored Jul 23, 2024
2 parents 13d7a3a + 7f26739 commit 186fc8c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
items: [
{
value: "accreditedProvider_1",
text: "Webury Hill SCITT, Accredited provider"
text: "Webury Hill SCITT, accredited provider"
},
{
value: "leadPartner_1",
text: "University of BAT, Lead partner"
text: "University of BAT, lead partner"
},
{
value: "leadPartner_2",
text: "Ironbarrow High, Lead partner, "
text: "Ironbarrow High, lead partner"
}
]
}) }}
Expand Down

0 comments on commit 186fc8c

Please sign in to comment.