From 4c428d4d2b73d90c070f624f4e5614f71b3bdcf8 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 24 Feb 2019 17:11:03 -0500 Subject: [PATCH] Better error message when the tool runs out of search quota --- templates/index.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.mako b/templates/index.mako index 5718fab..b676a6d 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -28,7 +28,7 @@ % elif query.error == "timeout": The URL ${query.url | h} timed out before any data could be retrieved. % elif query.error == "search error": - An error occurred while using the search engine (${query.exception}). Try reloading the page. If the error persists, repeat the check without using the search engine. + An error occurred while using the search engine (${query.exception}). Note: there is a daily limit on the number of search queries the tool is allowed to make. You may repeat the check without using the search engine. % else: An unknown error occurred. % endif