diff --git a/services/web/app/coffee/Features/Email/EmailBuilder.coffee b/services/web/app/coffee/Features/Email/EmailBuilder.coffee index a17f45634f..5826ab02c8 100644 --- a/services/web/app/coffee/Features/Email/EmailBuilder.coffee +++ b/services/web/app/coffee/Features/Email/EmailBuilder.coffee @@ -11,15 +11,19 @@ templates.welcome = layout: PersonalEmailLayout type:"lifecycle" compiledTemplate: _.template ''' -Hi <%= first_name %>, thanks for signing up to ShareLaTeX. If you ever get lost, you can log in again here. -
-I’m the co-founder of ShareLaTeX and I love talking to our users about our service. Please feel free to get in touch by replying to this email and I will get back to you within a day. +
Hi <%= first_name %>,
+ +Thanks for signing up to ShareLaTeX! If you ever get lost, you can log in again here.
+ +If you're new to LaTeX, take a look at our Help Guides and Templates.
-
Regards,
Henry
ShareLaTeX Co-founder
+
PS. We love talking to our users about ShareLaTeX. Reply to this email to get in touch us with us directly, whatever the reason. Questions, comments, problems, suggestions, all welcome!
''' templates.canceledSubscription = @@ -27,15 +31,16 @@ templates.canceledSubscription = layout: PersonalEmailLayout type:"lifecycle" compiledTemplate: _.template ''' -Hi <%= first_name %>, +
Hi <%= first_name %>,
-I am sorry to see you cancelled your premium account. I wondered if you would mind giving me some advice on what the site is lacking at the moment? Criticism from our users about what is missing is the best thing for us to help improve the tool. +I'm sorry to see you cancelled your ShareLaTeX premium account. Would you mind giving me some advice on what the site is lacking at the moment? Feedback from our users is the only way we can improve ShareLaTeX.
-Thank you in advance. +Thank you in advance.
Henry
ShareLaTeX Co-founder
+