diff --git a/apps/web/src/components/EmailInput/index.tsx b/apps/web/src/components/EmailInput/index.tsx index 5b422e3..f1643df 100644 --- a/apps/web/src/components/EmailInput/index.tsx +++ b/apps/web/src/components/EmailInput/index.tsx @@ -126,7 +126,7 @@ const EmailInput = () => { ) : isSubmitting ? (
Uploading your OpenAPI definition...
) : ( - <>Enter your email to send your report when it's ready.> + <>Enter your email. We promise not to use this for marketing, only to send your report when ready.> )}