GRV-Summit-Site/content/consent.ts
“kirukib” 1a710aa3c6
Some checks are pending
Deploy to Cloudflare Workers (OpenNext) / deploy (push) Waiting to run
first commit + project setup
2026-05-20 11:57:21 +03:00

10 lines
671 B
TypeScript

/** Shared copy for data-collection consent checkboxes */
export const dataConsent = {
errorMessage: "You must agree to data collection before submitting.",
label:
"I agree that my personal information may be collected and used by the Ethiopian Diaspora Trust Fund (EDTF) to process my request and communicate about the Great Rift Valley Innovation Summit, in accordance with the",
privacyLinkText: "Privacy Policy",
paymentLabel:
"I agree that my name, email, and payment details may be collected and used by the Ethiopian Diaspora Trust Fund (EDTF) to process my ticket order and send summit-related communications, in accordance with the",
} as const;