From 408aa5ee79c0a58ea3145a219b7f42c0f5bf8a6b Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 12 May 2024 18:05:35 +0800 Subject: [PATCH] Rewrite the syntax error messages It reflects windowman.search.js' refusal to save the incorrect JSON. --- _locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 1e787c1..d4c02ec 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -262,7 +262,7 @@ "message": "The file has been downloaded, but it is not the correct file type." }, "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": { "message": "Not saved"