mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Account Recovery - Adding Recover deleted user button (#15833)
* adding recovery button * changing the path * adding a fallback notification abnner * adding 404 * adding /deleted-user insterad of /deleted_user * recovering with id instead of email * adding deletedProjectsCount * format:fix * npm run extract-translations * adding await for the db operations GitOrigin-RevId: 37ec5220c0e5ac130ea4aaf0fbd3b38a40532380
This commit is contained in:
parent
1a6f3fc256
commit
0ac38cb70f
2 changed files with 2 additions and 0 deletions
|
@ -923,6 +923,7 @@
|
|||
"project_too_much_editable_text": "",
|
||||
"project_url": "",
|
||||
"projects": "",
|
||||
"projects_count": "",
|
||||
"projects_list": "",
|
||||
"provide_details_of_your_sso_configuration": "",
|
||||
"public": "",
|
||||
|
|
|
@ -1401,6 +1401,7 @@
|
|||
"project_too_much_editable_text": "This project has too much editable text, please try to reduce it.",
|
||||
"project_url": "Affected project URL",
|
||||
"projects": "Projects",
|
||||
"projects_count": "Projects count",
|
||||
"projects_list": "Projects list",
|
||||
"provide_details_of_your_sso_configuration": "Add, edit, or delete your Identity Provider’s SAML metadata.",
|
||||
"pt": "Portuguese",
|
||||
|
|
Loading…
Reference in a new issue