From 8dc471036beee68e956c3ff8fc2f01623c01053e Mon Sep 17 00:00:00 2001 From: buzzcode2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Fri, 5 Apr 2024 09:50:34 +0800 Subject: [PATCH] updated JSON parse error string --- _locales/en/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 83c605e..881ef79 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -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$",