Skip to content

Commit 7234341

Browse files
committed
chore(registration form): improve wording for consent
1 parent 5db522f commit 7234341

4 files changed

Lines changed: 5 additions & 11 deletions

File tree

components/hackathons/registration-form/RegisterFormStep3.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ export function RegisterFormStep3({
113113
<div className="space-y-2">
114114
<GroupedUserConsents
115115
groupLabel={t(lang, "consents.group.label")}
116-
groupHint={t(lang, "consents.group.hint")}
117116
items={consentItems}
118117
/>
119118
{sharingError ? (

components/login/terms.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ export const Terms = ({
205205
{/* Grouped User-level consents (newsletter + Team1 outreach) */}
206206
<GroupedUserConsents
207207
groupLabel="Stay connected with Avalanche"
208-
groupHint="Choose how you'd like to hear from us. You can change these anytime in your profile settings."
209208
items={[
210209
{
211210
key: "notifications",

components/profile/shell/SettingsCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const CONSENTS: ReadonlyArray<ConsentDef> = [
1818
field: "notifications",
1919
title: "Receive Avalanche news and updates",
2020
description:
21-
"Subscribe to newsletters and promotional materials. You can opt out anytime.",
21+
"Subscribe to Avalanche Foundation newsletters and promotional materials. You can opt out anytime.",
2222
},
2323
{
2424
field: "consent_sharing",

lib/events/i18n.ts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -369,28 +369,26 @@ const dict: Record<EventsLang, Dict> = {
369369
"reg.referral.membersError": "Couldn't load team members",
370370

371371
// Step 3
372-
"reg.step3.title": "Step 3: Terms & Agreements",
372+
"reg.step3.title": "Step 2: Terms & Agreements",
373373
"reg.step3.subtitle": "Review and agree to the terms to complete your registration. For information about our privacy practices and commitment to protecting your privacy, please review our",
374374
"reg.step3.privacyLink": "Avalanche Privacy Policy.",
375375
"reg.step3.terms.label": "I have read and agree to the Event Participation",
376376
"reg.step3.terms.link": "Terms and Conditions",
377377
"reg.step3.terms.connector": " and the ",
378378
"reg.step3.terms.hint": "You must agree to participate in any Builder Hub events. Event Terms and Conditions.",
379379
"reg.step3.newsletter.label": "I wish to stay informed about Avalanche news and events.",
380-
"reg.step3.newsletter.hint": "Subscribe to newsletters and promotional materials. You can opt out anytime.",
380+
"reg.step3.newsletter.hint": "Subscribe to Avalanche Foundation newsletters and promotional materials. You can opt out anytime.",
381381
"reg.step3.prohibited.label": "I agree not to bring any of the following prohibited items. *",
382382
"reg.step3.prohibited.hint": "Review the list of restricted items before attending in-person events.",
383383

384384
// Grouped User-level consents (used in account creation and event registration)
385385
"consents.group.label": "Stay connected with Avalanche",
386-
"consents.group.hint":
387-
"Choose how you'd like to hear from us. You can change these anytime in your profile settings.",
388386
"consents.notifications.label":
389387
"I wish to stay informed about Avalanche news and events.",
390388
"consents.notifications.hint":
391-
"Subscribe to newsletters and promotional materials. You can opt out anytime.",
389+
"Subscribe to Avalanche Foundation newsletters and promotional materials. You can opt out anytime.",
392390
"consents.consentSharing.label":
393-
"I consent to share my contact information with Avalanche Team1 so they can reach out for local support or invite me to regional initiatives.",
391+
"I consent to share my contact information with Avalanche Team1.",
394392
"consents.consentSharing.hint":
395393
"Team1 may contact you about local events, mentorship opportunities, or regional ecosystem programs.",
396394
"consents.consentSharing.required":
@@ -834,8 +832,6 @@ const dict: Record<EventsLang, Dict> = {
834832

835833
// Consentimientos a nivel usuario (creación de cuenta y registro a eventos)
836834
"consents.group.label": "Mantente conectado con Avalanche",
837-
"consents.group.hint":
838-
"Elige cómo te gustaría recibir noticias. Puedes cambiar estas opciones en cualquier momento desde tu perfil.",
839835
"consents.notifications.label":
840836
"Deseo mantenerme informado sobre noticias y eventos de Avalanche.",
841837
"consents.notifications.hint":

0 commit comments

Comments
 (0)