updated JSON parse error string

This commit is contained in:
buzzcode2007 2024-04-05 09:50:34 +08:00
parent b361c4033c
commit 8dc471036b

View file

@ -156,6 +156,9 @@
"settings_filters_content": {
"message": "Filter"
},
"JSON_parse_error": {
"message": "There is a mistake in your JSON formatting. Please correct the error before saving."
},
"error_msg": {
"message": "$error_code$: $error_msg$ \n$error_trace$",