Skip to content

Commit

Permalink
fix for email (calcom#2220)
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaz-polymath committed Mar 21, 2022
1 parent 94b2103 commit 8671255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/emails/templates/attendee-request-email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ${this.getAdditionalNotes()}
${emailScheduledBodyHeaderContent(
this.calEvent.organizer.language.translate("booking_submitted"),
this.calEvent.organizer.language.translate("user_needs_to_confirm_or_reject_booking", {
user: this.calEvent.attendees[0].name,
user: this.calEvent.organizer.name,
})
)}
${emailSchedulingBodyDivider()}
Expand Down

0 comments on commit 8671255

Please sign in to comment.