Rewrite the syntax error messages

It reflects windowman.search.js' refusal to save the incorrect JSON.
This commit is contained in:
buzz-lightsnack-2007 2024-05-12 18:05:35 +08:00
parent 8a0fb758bb
commit 408aa5ee79

View file

@ -262,7 +262,7 @@
"message": "The file has been downloaded, but it is not the correct file type." "message": "The file has been downloaded, but it is not the correct file type."
}, },
"error_msg_notJSON_syntax": { "error_msg_notJSON_syntax": {
"message": "There is a mistake in your JSON formatting. Please correct the error before saving." "message": "Your changes have not been saved as there is a mistake in your JSON formatting. To save, please correct the error."
}, },
"error_msg_save_failed": { "error_msg_save_failed": {
"message": "Not saved" "message": "Not saved"