From dc4f4acf1013bf3213ab2aafdba5cbcdd3f79a57 Mon Sep 17 00:00:00 2001 From: Mark Kuhn Date: Tue, 5 May 2020 13:42:16 +0200 Subject: [PATCH] Typo fix based on documentation specifications In the documentation it specifies 'errors' but in the code it was 'error' --- src/definitions/modules/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions/modules/search.js b/src/definitions/modules/search.js index 33f4fa3e42..987640c4b0 100644 --- a/src/definitions/modules/search.js +++ b/src/definitions/modules/search.js @@ -1295,7 +1295,7 @@ $.fn.search.settings = { pressed : 'down' }, - error : { + errors : { source : 'Cannot search. No source used, and Semantic API module was not included', noResults : 'Your search returned no results', logging : 'Error in debug logging, exiting.',