Skip to content

Commit

Permalink
update duplicate contact message
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Sep 16, 2024
1 parent f6a3c71 commit 2059342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/form/partnership.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export async function handlePartnershipForm(request: NextApiRequest): Promise<Re
return new Response(
JSON.stringify({
error:
"Contact information has already been submitted. Please reach out to sales@stellar.tech for further assistance.",
"Email address already exists. Please contact partners@stellar.tech for assistance.",
}),
{ status: 400, headers: { "content-type": "application/json" } },
);
Expand Down

0 comments on commit 2059342

Please sign in to comment.