Skip to content
Snippets Groups Projects
Commit ab23fa11 authored by Sebastian Mihalache's avatar Sebastian Mihalache
Browse files

feat(component-mail-service): add correct copy to invite author email

parent 6b4104a7
No related branches found
No related tags found
1 merge request!13Sprint #14
......@@ -44,11 +44,11 @@ module.exports = {
} ${replacements.buttonText}`
break
case 'invite-author':
subject = 'Hindawi Invitation'
subject = 'Author Invitation'
replacements.headline =
'You have been invited as an Author to a manuscript.'
'You have been invited to join Hindawi as an Author.'
replacements.paragraph =
"The manuscript will be visible on your dashboard once it's submitted. Please confirm your account and set your account details by clicking on the link below."
'Please confirm your account and set your account details by clicking on the link below.'
replacements.previewText = 'You have been invited'
replacements.buttonText = 'CONFIRM'
replacements.url = helpers.createUrl(dashboardUrl, resetPath, {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment