Skip to content

Commit

Permalink
LP-275 Change name of radio matomo event
Browse files Browse the repository at this point in the history
  • Loading branch information
markpit committed Dec 16, 2024
1 parent 6ffa2c6 commit 405acb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/views/which-type.njk
Original file line number Diff line number Diff line change
Expand Up @@ -26,39 +26,39 @@
text: i18n.whichTypePage.options.LP,
attributes: {
"required": true,
"data-event-id": "which-type-of-partnership-to-register - limited-partnership-england-wales"
"data-event-id": "which-type-of-partnership-to-register-radio - limited-partnership-england-wales"
}
},
{
value: "PFLP",
text: i18n.whichTypePage.options.PFLP,
attributes: {
"required": true,
"data-event-id": "which-type-of-partnership-to-register - private-fund-limited-partnership-england-wales"
"data-event-id": "which-type-of-partnership-to-register-radio - private-fund-limited-partnership-england-wales"
}
},
{
value: "SLP",
text: i18n.whichTypePage.options.SLP,
attributes: {
"required": true,
"data-event-id": "which-type-of-partnership-to-register - scottish-limited-partnership"
"data-event-id": "which-type-of-partnership-to-register-radio - scottish-limited-partnership"
}
},
{
value: "SPFLP",
text: i18n.whichTypePage.options.SPFLP,
attributes: {
"required": true,
"data-event-id": "which-type-of-partnership-to-register - private-fund-limited-partnership-in-scotland"
"data-event-id": "which-type-of-partnership-to-register-radio - private-fund-limited-partnership-in-scotland"
}
},
{
value: "SQP",
text: i18n.whichTypePage.options.SQP,
attributes: {
"required": true,
"data-event-id": "which-type-of-partnership-to-register - scottish-qualifying-partnership"
"data-event-id": "which-type-of-partnership-to-register-radio - scottish-qualifying-partnership"
}
}
]
Expand Down

0 comments on commit 405acb9

Please sign in to comment.