Changed email subject

This commit is contained in:
PxlLoewe
2025-03-12 21:56:43 -07:00
parent b573d7cd5a
commit e0703c0e33

View File

@@ -46,7 +46,7 @@ export const sendCourseCompletedEmail = async (
{ {
from: process.env.MAIL_USER, from: process.env.MAIL_USER,
to, to,
subject: `Congratulations ${user.firstname} on completing ${event.name}`, subject: `Kurs ${event.name} erfolgreich abgeschlossen`,
html: emailHtml, html: emailHtml,
}, },
(error, info) => { (error, info) => {