add save failure notice

This commit is contained in:
buzz-lightsnack-2007 2024-04-16 23:53:32 +08:00
parent 563803e041
commit 2d074ddaf1

View file

@ -233,6 +233,9 @@
"error_msg_notJSON": { "error_msg_notJSON": {
"message": "The file has been downloaded, but it is not the correct file type." "message": "The file has been downloaded, but it is not the correct file type."
}, },
"error_msg_save_failed": {
"message": "Not saved."
},
"error_msg_notattached": { "error_msg_notattached": {
"message": "The product data has not been attached to the storage." "message": "The product data has not been attached to the storage."
}, },