diff --git a/services/web/app.coffee b/services/web/app.coffee index bbc3e6ff53..15f94ca9d9 100644 --- a/services/web/app.coffee +++ b/services/web/app.coffee @@ -19,7 +19,7 @@ Server.app.use (error, req, res, next) -> logger.error err: error, url:req.url, method:req.method, user:req?.sesson?.user, "error passed to top level next middlewear" res.statusCode = error.status or 500 if res.statusCode == 500 - res.end("Oops, something went wrong with your request, sorry. If this continues, please contact us at team@sharelatex.com") + res.end("Oops, something went wrong with your request, sorry. If this continues, please contact us at support@sharelatex.com") else res.end() diff --git a/services/web/app/views/general/closed.jade b/services/web/app/views/general/closed.jade index ce1c3aaf15..1114ea6372 100644 --- a/services/web/app/views/general/closed.jade +++ b/services/web/app/views/general/closed.jade @@ -10,4 +10,4 @@ block content | Sorry, ShareLaTeX is briefly down for maintenance. | We should be back within minutes, but if not, or you have | an urgent request, please contact us at - | team@sharelatex.com + | support@sharelatex.com diff --git a/services/web/app/views/restore.jade b/services/web/app/views/restore.jade index 5644a1302d..51c0ee03fc 100644 --- a/services/web/app/views/restore.jade +++ b/services/web/app/views/restore.jade @@ -15,7 +15,7 @@ block content .well p If any of your projects are missing, or are not showing the most recent updates, you | can recover from our latest back ups here. If you have any problems, please get in - | touch (team@sharelatex.com). + | touch (support@sharelatex.com). .row-fluid table.table diff --git a/services/web/app/views/subscriptions/successful_subscription.jade b/services/web/app/views/subscriptions/successful_subscription.jade index 569490a163..5a8f249f44 100644 --- a/services/web/app/views/subscriptions/successful_subscription.jade +++ b/services/web/app/views/subscriptions/successful_subscription.jade @@ -20,7 +20,7 @@ block content p Thank you for subscribing to the #{subscription.name} plan. It's support from people like yourself that allows ShareLaTeX to continue to grow and improve. p If there is anything you ever need please feel free to contact us directly at - a(href='mailto:team@sharelatex.com') team@sharelatex.com + a(href='mailto:support@sharelatex.com') support@sharelatex.com | - it goes straight to both our inboxes. p Regards, br