Skip to content

Commit bae2411

Browse files
committed
fix interview confirmation email templates
1 parent 6236d2d commit bae2411

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/email_template.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ module.exports = {
107107
sendgridTemplateId: config.TAAS_NOTIFICATION_INTERVIEW_INVITATION_SENDGRID_TEMPLATE_ID
108108
},
109109
'taas.notification.interview-link-for-host': {
110-
subject: 'You\'re meeting on {{start}}',
110+
subject: 'Candidate confirmed meeting on {{start}}',
111111
body: '',
112112
recipients: [],
113113
from: config.NOTIFICATION_SENDER_EMAIL,
114114
sendgridTemplateId: config.TAAS_NOTIFICATION_INTERVIEW_LINK_FOR_HOST_SENDGRID_TEMPLATE_ID
115115
},
116116
'taas.notification.interview-link-for-guest': {
117-
subject: 'Candidate confirmed meeting on {{start}}',
117+
subject: 'You\'re meeting on {{start}}',
118118
body: '',
119119
recipients: [],
120120
from: config.NOTIFICATION_SENDER_EMAIL,

data/notification-email-templates/taas.notification.interview-link-for-guest.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<br/>
102102
<br/>
103103
<div><strong>Job: </strong><span>{{this.jobTitle}}</span></div>
104-
<div><strong>Interviewee: </strong><span>{{this.host}}</span></div>
104+
<div><strong>Interviewer: </strong><span>{{this.host}}</span></div>
105105
<div><strong>Zoom link: </strong> <span>
106106
<a href="{{this.zoomLink}}" target="_blank" rel="noopener noreferrer"> zoom link</a>
107107
</span></div>

0 commit comments

Comments
 (0)