Merge pull request #821 from sharelatex/as-account-deletion-note

Add message about deleting SL account affecting v2 account
This commit is contained in:
Paulo Jorge Reis 2018-08-20 13:58:50 +01:00 committed by GitHub
commit 53a9a174a2

View file

@ -167,7 +167,12 @@ block content
)
i.fa.fa-check
| #{translate("unsubscribed")}
if !settings.overleaf && user.overleaf
p
| Please note: If you have linked your account with Overleaf
| v2, then deleting your ShareLaTeX account will also delete
| account and all of it's associated projects and data.
p #{translate("need_to_leave")}
a(href, ng-click="deleteAccount()") #{translate("delete_your_account")}