Update staff application email subject formatting

This commit is contained in:
akastijn 2025-10-12 21:24:46 +02:00
parent 745dab4d80
commit a9294d1115

View File

@ -50,7 +50,7 @@ public class StaffApplicationMail {
helper.setFrom(fromEmail);
helper.setTo(STAFF_APPLICATION_EMAIL);
helper.setReplyTo(application.email());
helper.setSubject("New Staff Application - " + safe(application.discordUsername()));
helper.setSubject("Staff Application: " + safe(application.discordUsername()));
// Prepare template context
String createdAt = application.createdAt()