From d20666adb929874c70368dab0bce18d62ed313b3 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 31 Oct 2017 10:00:47 -0600 Subject: [PATCH] Update users.js Prefix added by mailer service --- services/users.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/users.js b/services/users.js index 2e5c66d40..e0f7d1599 100644 --- a/services/users.js +++ b/services/users.js @@ -420,7 +420,7 @@ module.exports = class UsersService { locals: { // specifies the template locals. body: 'In accordance with The Coral Project’s community guidelines, your account has been banned. You are now longer allowed to comment, flag or engage with our community.' }, - subject: '[Talk] Your account has been banned', + subject: 'Your account has been banned', to: localProfile.id // This only works if the user has registered via e-mail. // We may want a standard way to access a user's e-mail address in the future };