mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02: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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user