File tree 2 files changed +3
-3
lines changed
data/notification-email-templates
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ module.exports = {
107
107
sendgridTemplateId : config . TAAS_NOTIFICATION_INTERVIEW_INVITATION_SENDGRID_TEMPLATE_ID
108
108
} ,
109
109
'taas.notification.interview-link-for-host' : {
110
- subject : 'You\'re meeting on {{start}}' ,
110
+ subject : 'Candidate confirmed meeting on {{start}}' ,
111
111
body : '' ,
112
112
recipients : [ ] ,
113
113
from : config . NOTIFICATION_SENDER_EMAIL ,
114
114
sendgridTemplateId : config . TAAS_NOTIFICATION_INTERVIEW_LINK_FOR_HOST_SENDGRID_TEMPLATE_ID
115
115
} ,
116
116
'taas.notification.interview-link-for-guest' : {
117
- subject : 'Candidate confirmed meeting on {{start}}' ,
117
+ subject : 'You\'re meeting on {{start}}' ,
118
118
body : '' ,
119
119
recipients : [ ] ,
120
120
from : config . NOTIFICATION_SENDER_EMAIL ,
Original file line number Diff line number Diff line change 101
101
< br />
102
102
< br />
103
103
< 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 >
105
105
< div > < strong > Zoom link: </ strong > < span >
106
106
< a href ="{{this.zoomLink}} " target ="_blank " rel ="noopener noreferrer "> zoom link</ a >
107
107
</ span > </ div >
You can’t perform that action at this time.
0 commit comments