From a2c7dd433bfbdd417b77673e8ba9c27f6eb91b86 Mon Sep 17 00:00:00 2001 From: fapeg Date: Thu, 27 Oct 2022 01:49:56 +0200 Subject: [PATCH] Update groceryaug.html --- apps/groceryaug/groceryaug.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/groceryaug/groceryaug.html b/apps/groceryaug/groceryaug.html index 9ef816a03..f87952074 100644 --- a/apps/groceryaug/groceryaug.html +++ b/apps/groceryaug/groceryaug.html @@ -67,7 +67,7 @@ var antwort =JSON.parse(this.responseText); antwort_val = antwort["value"]; console.log(antwort_val); - if(antwort_val == null){antwort_val = "Please enter an API key first!";} + if(antwort_val == null){antwort_val = "Please enter an API key first, check that your key is valid and that you haven't exceeded your API quota!";} document.getElementById('area').value = antwort_val; } });