Skip to content

Commit ad2817c

Browse files
refactor(stepThree): change the consent message
1 parent 803d0f9 commit ad2817c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

components/Form/Registration/stepThree.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function StepThreeRegistration({ setStep, setForm, data }: CfpStepProps): JSX.El
1818
<p className="mt-3 text-dark-600">Tell us your consent preferences and any additional notes.</p>
1919
<div className="mt-3 border w-full border-solid border-dark-400 divide-y" />
2020
<div className="mt-10" role="group" aria-labelledby="step-three-heading">
21+
<fieldset>
2122
<legend className="text-dark-600 text-lg mb-3">Communication Preferences</legend>
2223

2324
<div className="text-dark-600">
@@ -33,7 +34,7 @@ function StepThreeRegistration({ setStep, setForm, data }: CfpStepProps): JSX.El
3334
data-test="reg-step-three-updates"
3435
className="mr-2 focus:ring-2 focus:ring-[#E50E99]"
3536
/>
36-
Receive occasional updates about the event
37+
Subscribe to our newsletter and be notified when community tickets are available
3738
</label>
3839
</div>
3940

@@ -50,7 +51,7 @@ function StepThreeRegistration({ setStep, setForm, data }: CfpStepProps): JSX.El
5051
data-test="reg-step-three-sponsor"
5152
className="mr-2 focus:ring-2 focus:ring-[#E50E99]"
5253
/>
53-
Share my contact with sponsors (optional)
54+
I understand my information will be shared with conference sponsors, but I can opt out anytime
5455
</label>
5556
</div>
5657
</fieldset>

0 commit comments

Comments
 (0)