diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-05-30 14:27:38 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-05-30 14:34:25 +0200 |
commit | 5fc93b6c3418fc789c1c25c9d12b1a5ffd54f01b (patch) | |
tree | 1ad9365f3276848c1f080bb458774aef4c7e10b1 /searx/settings.yml | |
parent | 0fa81fc782feb104bbd6616d87a6f441aad7d5bd (diff) | |
download | searxng-5fc93b6c3418fc789c1c25c9d12b1a5ffd54f01b.tar.gz searxng-5fc93b6c3418fc789c1c25c9d12b1a5ffd54f01b.zip |
[fix] comment in settings.yml 'Calculator plugin' --> 'Basic Calculator'
Reported by @GitTimeraider in [1]
[1] https://github.com/searxng/searxng/discussions/3529#discussioncomment-9605018
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 859b4613d..5075758c8 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -220,7 +220,7 @@ outgoing: # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy # # these plugins are disabled if nothing is configured .. # - 'Hostname replace' # see hostname_replace configuration below -# - 'Calculator plugin' +# - 'Basic Calculator' # - 'Open Access DOI rewrite' # - 'Tor check plugin' # # Read the docs before activate: auto-detection of the language could be |