add message when API keys are missing

This commit is contained in:
buzzcode2007 2024-04-11 17:20:34 +08:00
parent a6d894026f
commit c063a21530
2 changed files with 6 additions and 1 deletions

View file

@ -220,5 +220,8 @@
},
"error_msg_notattached": {
"message": "The product data has not been attached to the storage."
},
"error_msg_APImissing": {
"message": "You have not yet added the API keys. To continue, please add one in the options."
}
}