mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
feat(health): add health checks to server api
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
"login": {
|
||||
"actions": {
|
||||
"login": "Login",
|
||||
"login-google": "Login with Google"
|
||||
"google": "Login with Google"
|
||||
},
|
||||
"body": "Please enter your username and password associated with your account to login and access, manage and share your resumes.",
|
||||
"form": {
|
||||
@ -34,7 +34,8 @@
|
||||
},
|
||||
"register": {
|
||||
"actions": {
|
||||
"register": "Register"
|
||||
"register": "Register",
|
||||
"google": "Register with Google"
|
||||
},
|
||||
"body": "Please enter your personal information to create an account.",
|
||||
"form": {
|
||||
@ -112,7 +113,7 @@
|
||||
"actions": {
|
||||
"upload-json": "Upload JSON"
|
||||
},
|
||||
"body": "If you have a JSON that was exported with the current version of Reactive Resume, you can import it back here to get an editable version again.",
|
||||
"body": "If you have a JSON that was exported with the current version of Reactive Resume, you can import it back here to get an editable version again. Previous versions of Reactive Resume are unfortunately not supported at the moment.",
|
||||
"heading": "Import From Reactive Resume"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user