/** 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;