fix: soften award notification email tone from "selected" to "under consideration"
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m32s

The email was implying projects had won the award. Updated banner, subject,
and body copy to clarify they are being considered, not awarded.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 00:04:28 +01:00
parent daf50831f1
commit 84d90e1978
3 changed files with 14 additions and 11 deletions

View File

@@ -1347,7 +1347,7 @@ export const specialAwardRouter = router({
recipient.name || '',
'AWARD_SELECTION_NOTIFICATION',
{
title: `Selected for ${award.name}`,
title: `Under consideration for ${award.name}`,
message: input.customMessage || '',
metadata: {
projectName: e.project.title,