From 571ffba5fb25e50b77bab6ebb4cd582e265c0b87 Mon Sep 17 00:00:00 2001 From: SomeRandomDeveloper Date: Thu, 31 Oct 2024 18:23:34 +0100 Subject: [PATCH] Improve BAD JSON error message Simplified the message so the two options match the two modal buttons. Bug: T256574 Change-Id: I9882871d57968c9e68e7ee3acac9ec32bf6e487f --- i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index 0fa55d3f..b8d31184 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -42,7 +42,7 @@ "templatedata-doc-params": "Template parameters", "templatedata-doc-subpage": "doc", "templatedata-editbutton": "Edit template data", - "templatedata-errormsg-jsonbadformat": "Bad JSON format. You can cancel this operation so you can correct it, delete the current tags and try again, or continue to replace the current template data with a new one.", + "templatedata-errormsg-jsonbadformat": "Bad JSON format. You can cancel this operation so you can correct or remove it, or continue to replace the current template data with a new one.", "templatedata-errormsg-insertblank": "Are you sure you want to insert template data with no information?", "templatedata-exists-on-related-page": "Please note: there is already a template data block on the related page \"[[$1]]\".", "templatedata-helplink": "Information about template data",