Update staff application email subject formatting
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user