fix: translatable "code saved" message (#45130)

This commit is contained in:
Naomi Carrigan
2022-02-17 08:03:02 -08:00
committed by GitHub
parent 4d57eae187
commit 1681cf262a
4 changed files with 10 additions and 3 deletions

View File

@@ -523,7 +523,9 @@
"delete-token-err": "An error occurred trying to delete your token",
"token-created": "You have successfully created a new token.",
"token-deleted": "Your token has been deleted.",
"complete-project-first": "You must complete the project first."
"complete-project-first": "You must complete the project first.",
"local-code-save-error": "Oops, your code did not save, your browser's local storage may be full.",
"local-code-saved": "Saved! Your code was saved to your browser's local storage."
},
"validation": {
"max-characters": "There is a maximum limit of 288 characters, you have {{charsLeft}} left",