From 2d074ddaf1beee51445250ceb814464bda6bd957 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:53:32 +0800 Subject: [PATCH] add save failure notice --- _locales/en/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a89fb88..eac366c 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -233,6 +233,9 @@ "error_msg_notJSON": { "message": "The file has been downloaded, but it is not the correct file type." }, + "error_msg_save_failed": { + "message": "Not saved." + }, "error_msg_notattached": { "message": "The product data has not been attached to the storage." },