diff --git a/server/templates/email/generatedpassword/subject.pug b/server/templates/email/generatedpassword/subject.pug index 518ef82a..2768f12b 100644 --- a/server/templates/email/generatedpassword/subject.pug +++ b/server/templates/email/generatedpassword/subject.pug @@ -1 +1 @@ -= `Account Information - ${applicationTitle}` +!= `Account Information [${applicationTitle}]` diff --git a/server/templates/email/media-request/subject.pug b/server/templates/email/media-request/subject.pug index e1c43065..a0f50fba 100644 --- a/server/templates/email/media-request/subject.pug +++ b/server/templates/email/media-request/subject.pug @@ -1 +1 @@ -= `${requestType}: ${mediaName} - ${applicationTitle}` +!= `${requestType} - ${mediaName} [${applicationTitle}]` diff --git a/server/templates/email/resetpassword/subject.pug b/server/templates/email/resetpassword/subject.pug index e9135b7e..0751d745 100644 --- a/server/templates/email/resetpassword/subject.pug +++ b/server/templates/email/resetpassword/subject.pug @@ -1 +1 @@ -= `Password Reset - ${applicationTitle}` +!= `Password Reset [${applicationTitle}]` diff --git a/server/templates/email/test-email/subject.pug b/server/templates/email/test-email/subject.pug index c138fe15..64ce0add 100644 --- a/server/templates/email/test-email/subject.pug +++ b/server/templates/email/test-email/subject.pug @@ -1 +1 @@ -= `Test Notification - ${applicationTitle}` +!= `Test Notification [${applicationTitle}]`