Skip to content

Commit

Permalink
[fix]: Update Piwik labels (#2837)
Browse files Browse the repository at this point in the history
* Update object click label

* Update confirmation page link click
  • Loading branch information
alimpens authored Mar 28, 2024
1 parent 8b790b0 commit a223b62
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 @@ -32,7 +32,7 @@ const LinkButton: FunctionComponent<ButtonProps> = ({
event: 'interaction.generic.component.linkClick',
meta: {
category: 'interaction.generic.component.linkClick',
action: 'verificationPageLink - intern',
action: 'confirmationPageLink - intern',
label: 'Doe een melding - /incident/beschrijf',
},
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const AssetLayer: FC = () => {
event: 'interaction.generic.component.mapInteraction',
meta: {
category: 'interaction.generic.component.mapInteraction',
action: 'pinClick',
action: 'objectClick',
label: label,
},
})
Expand Down

0 comments on commit a223b62

Please sign in to comment.