From a0f8a7b0b399319a03e1caf491796adf9a66eedd Mon Sep 17 00:00:00 2001 From: buzzcode2007 <73412182+buzz_lightsnack_2007@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:25:58 +0800 Subject: [PATCH] add storage not attached localization --- _locales/en/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index abf3d50..4a2d6bc 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -214,5 +214,8 @@ }, "error_msg_notJSON": { "message": "The file has been downloaded, but it is not the correct file type." + }, + "error_msg_notattached": { + "message": "The product data has not been attached to the storage." } }