Skip to content
Snippets Groups Projects
Commit da17fa61 authored by Mihail Hagiu's avatar Mihail Hagiu
Browse files

fix(AuthorEmailHERemoved): Changed paragraph order

parent da381ea4
No related branches found
No related tags found
3 merge requests!196S25 - EiC submit revision,!189S25,!170feat(AuthorEmailHERemoved): Created email template and code for sending it
......@@ -40,8 +40,8 @@ const getEmailCopy = ({ emailType, titleText, targetUserName, comments }) => {
hasLink = false
hasSignature = true
paragraph = `The handling editor of your manuscript "${titleText}" had to be replaced. This may cause some delays in the peer review process.<br/><br/>
Thank you for your submission to ${journalName}.<br/><br/>
If you have questions please email them to ${staffEmail}.`
If you have questions please email them to ${staffEmail}<br/><br/>.
Thank you for your submission to ${journalName}.`
break
default:
throw new Error(`The ${emailType} email type is not defined.`)
......
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