mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
changed team@sharelatex.com to support@sharelatex.com
This commit is contained in:
parent
e0be5ef01b
commit
2a6ff8cc5d
4 changed files with 4 additions and 4 deletions
|
@ -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"
|
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
|
res.statusCode = error.status or 500
|
||||||
if res.statusCode == 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
|
else
|
||||||
res.end()
|
res.end()
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,4 @@ block content
|
||||||
| Sorry, ShareLaTeX is briefly down for maintenance.
|
| Sorry, ShareLaTeX is briefly down for maintenance.
|
||||||
| We should be back within minutes, but if not, or you have
|
| We should be back within minutes, but if not, or you have
|
||||||
| an urgent request, please contact us at
|
| an urgent request, please contact us at
|
||||||
| team@sharelatex.com
|
| support@sharelatex.com
|
||||||
|
|
|
@ -15,7 +15,7 @@ block content
|
||||||
.well
|
.well
|
||||||
p If any of your projects are missing, or are not showing the most recent updates, you
|
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
|
| 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
|
.row-fluid
|
||||||
table.table
|
table.table
|
||||||
|
|
|
@ -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 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
|
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.
|
| - it goes straight to both our inboxes.
|
||||||
p Regards,
|
p Regards,
|
||||||
br
|
br
|
||||||
|
|
Loading…
Reference in a new issue