Skip to content

Commit

Permalink
fix: fixed opt out event text (#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayesha-waris authored Oct 18, 2024
1 parent 07ee239 commit b69ed6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/register/components/ConfigurableRegistrationForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ const ConfigurableRegistrationForm = (props) => {
const cohesionEventData = {
pageType: PAGE_TYPES.ACCOUNT_CREATION,
elementType: ELEMENT_TYPES.BUTTON,
webElementText: ELEMENT_TEXT.CREATE_ACCOUNT,
webElementName: ELEMENT_NAME.CREATE_ACCOUNT,
webElementText: ELEMENT_TEXT.OPT_IN_TEXT,
webElementName: ELEMENT_NAME.OPT_OUT,
};
trackCohesionEvent(cohesionEventData);
}
Expand Down

0 comments on commit b69ed6e

Please sign in to comment.