From 634c0b48b07c9a24f2e8e996d535b68023754f10 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sat, 11 May 2024 22:47:35 +0800 Subject: [PATCH] remove disused error message template --- _locales/en/messages.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 0d454ff..6edcc55 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -235,24 +235,6 @@ "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$", - "description": "The error message template", - "placeholders": { - "error_code": { - "content": "$1", - "description": "The error code" - }, - "error_msg": { - "content": "$2", - "description": "The error message" - }, - "error_trace": { - "content": "$3", - "description": "The error trace" - } - } - }, "error_msg_GUI": { "message": "Unfortunately, an exception of type $error_code$ has occured. $error_message$ Click OK to continue.", "description": "The error message template for a full graphical UI",