Skip to content

Commit a67c085

Browse files
committed
update email subject for guest interview confirmed
1 parent e68614d commit a67c085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/email_template.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ module.exports = {
142142
sendgridTemplateId: config.TAAS_NOTIFICATION_INTERVIEW_LINK_FOR_HOST_SENDGRID_TEMPLATE_ID
143143
},
144144
'taas.notification.interview-link-for-guest': {
145-
subject: 'You\'re meeting on {{start}}',
145+
subject: 'Your interview is confirmed! {{start}}',
146146
body: '',
147147
recipients: [],
148148
from: config.NOTIFICATION_SENDER_EMAIL,

0 commit comments

Comments
 (0)