mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-20 09:47:21 +02:00
💬 Update email subject lines (#652)
This commit is contained in:
parent
da97c94012
commit
38454302b3
6 changed files with 15 additions and 10 deletions
|
@ -101,7 +101,7 @@ export const participants = router({
|
|||
emailsToSend.push(
|
||||
sendEmail("NewParticipantConfirmationEmail", {
|
||||
to: email,
|
||||
subject: `Response submitted for ${poll.title}`,
|
||||
subject: `Thanks for responding to ${poll.title}`,
|
||||
props: {
|
||||
name,
|
||||
title: poll.title,
|
||||
|
@ -138,7 +138,7 @@ export const participants = router({
|
|||
emailsToSend.push(
|
||||
sendEmail("NewParticipantEmail", {
|
||||
to: email,
|
||||
subject: `New response for ${poll.title}`,
|
||||
subject: `${participant.name} has responded to ${poll.title}`,
|
||||
props: {
|
||||
name: watcher.user.name,
|
||||
participantName: participant.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue