diff --git a/components/Forms/Signup/index.tsx b/components/Forms/Signup/index.tsx index 270918996..69fdfb495 100644 --- a/components/Forms/Signup/index.tsx +++ b/components/Forms/Signup/index.tsx @@ -160,34 +160,36 @@ export default function SignupForm({ link, subtitle, title }: SignUpFormProps) { - - {intl.formatMessage( - { id: "signupPage.terms" }, - { - termsAndConditions: (str) => ( - - {str} - - ), - privacyPolicy: (str) => ( - - {str} - - ), - } - )} - + {intl.formatMessage({ id: "I accept the terms and conditions" })} + {/* TODO: Update copy once ready */} + + {intl.formatMessage( + { id: "signupPage.terms" }, + { + termsAndConditions: (str) => ( + + {str} + + ), + privacyPolicy: (str) => ( + + {str} + + ), + } + )} + {/*