applied some code style changes
This commit is contained in:
parent
e34e07f61e
commit
020a77c78f
7 changed files with 196 additions and 126 deletions
|
@ -230,7 +230,7 @@ module.exports.addConfirmation = (list, email, optInIp, data, callback) => {
|
|||
name: [].concat(data.firstName || []).concat(data.lastName || []).join(' '),
|
||||
address: email
|
||||
},
|
||||
subject: util.format(_('%s: Please Confirm Subscription'),list.name),
|
||||
subject: util.format(_('%s: Please Confirm Subscription'), list.name),
|
||||
encryptionKeys
|
||||
}, {
|
||||
html: 'emails/confirm-html.hbs',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue