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