Update staff application email subject formatting
This commit is contained in:
parent
745dab4d80
commit
a9294d1115
|
|
@ -50,7 +50,7 @@ public class StaffApplicationMail {
|
||||||
helper.setFrom(fromEmail);
|
helper.setFrom(fromEmail);
|
||||||
helper.setTo(STAFF_APPLICATION_EMAIL);
|
helper.setTo(STAFF_APPLICATION_EMAIL);
|
||||||
helper.setReplyTo(application.email());
|
helper.setReplyTo(application.email());
|
||||||
helper.setSubject("New Staff Application - " + safe(application.discordUsername()));
|
helper.setSubject("Staff Application: " + safe(application.discordUsername()));
|
||||||
|
|
||||||
// Prepare template context
|
// Prepare template context
|
||||||
String createdAt = application.createdAt()
|
String createdAt = application.createdAt()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user