Changed email subject
This commit is contained in:
@@ -46,7 +46,7 @@ export const sendCourseCompletedEmail = async (
|
||||
{
|
||||
from: process.env.MAIL_USER,
|
||||
to,
|
||||
subject: `Congratulations ${user.firstname} on completing ${event.name}`,
|
||||
subject: `Kurs ${event.name} erfolgreich abgeschlossen`,
|
||||
html: emailHtml,
|
||||
},
|
||||
(error, info) => {
|
||||
|
||||
Reference in New Issue
Block a user