diff --git a/src/app/hack/actions.ts b/src/app/hack/actions.ts index 783b28c..e11f749 100644 --- a/src/app/hack/actions.ts +++ b/src/app/hack/actions.ts @@ -336,7 +336,7 @@ export async function approveHack(slug: string, verified?: boolean) { }); await sendTransactionalEmail({ to: creatorEmail, - subject: `Your hack "${hack.title}" has been approved`, + subject: `"${hack.title}" has been approved`, html, }); }