/** 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", siteEntry: { storageKey: "grv-summit-data-consent", title: "Your privacy", description: "We collect information you submit on this site to operate GRV Summit. See our Privacy Policy for a short summary.", checkboxLabel: "I agree that my information may be collected and used by the Ethiopian Diaspora Trust Fund (EDTF) for summit operations and communications, in line with the", acceptCta: "Accept", declineCta: "Decline", privacyHref: "/privacy", }, } as const;