Fix quoting in emails
This commit is contained in:
@@ -210,7 +210,7 @@ function roleChanged(mailTo, user) {
|
||||
|
||||
debug('Sending mail for roleChanged');
|
||||
|
||||
mailUserEvent(mailTo, user, `now has the role '${user.role}`);
|
||||
mailUserEvent(mailTo, user, `now has the role '${user.role}'`);
|
||||
}
|
||||
|
||||
function passwordReset(user) {
|
||||
|
||||
Reference in New Issue
Block a user