Skip to content

Commit

Permalink
💬 Mail to Manager - Change "they" into "he"
Browse files Browse the repository at this point in the history
Issue #68
  • Loading branch information
EmmanuelDemey authored Dec 27, 2018
1 parent f13787b commit 1ef4795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/send-email-to-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const sendEmailToManager = functions.firestore
from: "Humeur du mois <[email protected]>",
to: recipient,
"h:Reply-To": vote.email,
subject: `${vote.fullName} has shared how they feel: "${vote.value}"`,
subject: `${vote.fullName} has shared how he feel: "${vote.value}"`,
html: `
<p>Hi ${vote.managerEmail},</p>
<p>
Expand Down

0 comments on commit 1ef4795

Please sign in to comment.