diff --git a/packages/component-mail-service/src/Mail.js b/packages/component-mail-service/src/Mail.js index 999b40758cee93547edc07885bdd0467cf82d4f6..423416d4869ad75af3e1856a793af0f9e0fbd4dd 100644 --- a/packages/component-mail-service/src/Mail.js +++ b/packages/component-mail-service/src/Mail.js @@ -593,7 +593,7 @@ module.exports = { replacements.beforeAnchor = 'Previous reviewers have been automatically invited to review the manuscript again. Please visit the' replacements.afterAnchor = - 'to see the latest version and any other actions you may need to take.' + 'to see the latest version and any other actions you may need to take' replacements.signatureName = meta.eicName textBody = `${replacements.intro} ${replacements.paragraph} ${ diff --git a/packages/component-manuscript-manager/src/routes/fragments/patch.js b/packages/component-manuscript-manager/src/routes/fragments/patch.js index d32334dcfabac221cce0f56c21f4b1f9f29d0b10..af3511344a735f5a4d303bbfa6423a99eeb6293f 100644 --- a/packages/component-manuscript-manager/src/routes/fragments/patch.js +++ b/packages/component-manuscript-manager/src/routes/fragments/patch.js @@ -121,7 +121,7 @@ module.exports = models => async (req, res) => { const email = new Email({ authors, collection, - parsedFragment, + parsedFragment: { ...parsedFragment, id: fragment.id }, UserModel: models.User, baseUrl: services.getBaseUrl(req), })