From a10ae2d253a181413c35924c40fbcdf982b6bc7a Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 1 Mar 2026 19:14:36 +0100 Subject: [PATCH] Clean --- backend/email/emails/new-endorsement.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/email/emails/new-endorsement.tsx b/backend/email/emails/new-endorsement.tsx index 767425d9..c05250a0 100644 --- a/backend/email/emails/new-endorsement.tsx +++ b/backend/email/emails/new-endorsement.tsx @@ -103,7 +103,7 @@ NewEndorsementEmail.PreviewProps = { fromUser: jamesUser, onUser: mockUser, endorsementText: - "Sinclair is someone you want to have around because she injects creativity and humor into every conversation, and her laugh is infectious! Not to mention that she's a great employee, treats everyone with respect, and is even-tempered.", + "Martin is someone you want to have around because he injects creativity and humor into every conversation, and his laugh is infectious! Not to mention that he's a great employee, treats everyone with respect, and is even-tempered.", unsubscribeUrl: 'https://compassmeet.com/unsubscribe', email: 'someone@gmail.com', } as NewEndorsementEmailProps