From ab23fa117930759c0088d803c2e92e4a76400428 Mon Sep 17 00:00:00 2001
From: Sebastian Mihalache <sebastian.mihalache@gmail.con>
Date: Thu, 7 Jun 2018 15:47:46 +0300
Subject: [PATCH] feat(component-mail-service): add correct copy to invite
 author email

---
 packages/component-mail-service/src/Mail.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/component-mail-service/src/Mail.js b/packages/component-mail-service/src/Mail.js
index 63801a454..69ffa1481 100644
--- a/packages/component-mail-service/src/Mail.js
+++ b/packages/component-mail-service/src/Mail.js
@@ -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, {
-- 
GitLab