mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-06 20:51:48 +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
|
@ -83,7 +83,7 @@ export const comments = router({
|
|||
emailsToSend.push(
|
||||
sendEmail("NewCommentEmail", {
|
||||
to: email,
|
||||
subject: `New comment on ${poll.title}`,
|
||||
subject: `${authorName} has commented on ${poll.title}`,
|
||||
props: {
|
||||
name: watcher.user.name,
|
||||
authorName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue