fix: make crtl+s save to appropriate location (#45406)
* fix: crtl+s for multifile cert projects * fix: remove unused code * feat: add limit on save frequency
This commit is contained in:
@@ -533,6 +533,7 @@
|
||||
"local-code-saved": "Saved! Your code was saved to your browser's local storage.",
|
||||
"code-saved": "Your code was saved to the database. It will be here when you return.",
|
||||
"code-save-error": "An error occurred trying to save your code.",
|
||||
"code-save-less": "Slow Down! Your code was not saved. Try again in a few seconds.",
|
||||
"challenge-save-too-big": "Sorry, you cannot save your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org",
|
||||
"challenge-submit-too-big": "Sorry, you cannot submit your code. Your code is {{user-size}} bytes. We allow a maximum of {{max-size}} bytes. Please make your code smaller and try again or request assistance on https://forum.freecodecamp.org"
|
||||
},
|
||||
|
Reference in New Issue
Block a user