diff --git a/backend/src/email.ts b/backend/src/email.ts index 4b0442d..3b49334 100644 --- a/backend/src/email.ts +++ b/backend/src/email.ts @@ -96,10 +96,9 @@ export async function sendRSVPEditLinkEmail(data: RSVPEditLinkEmailData) { editLink, } = data; - const subject = `Edit Your RSVP for ${eventTitle}`; + const subject = `Confirming your RSVP for ${eventTitle}`; // Update the subject line const html = ` -

Edit Your RSVP

Hello ${name},

You have successfully RSVP'd for the event "${eventTitle}".

You can edit your RSVP at any time by clicking the link below: