From 743a966fe073cf23d8ae9a94e96fc6b23422fd02 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 3 Sep 2023 07:24:49 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/searxng.lua' --- luasrc/model/cbi/searxng.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luasrc/model/cbi/searxng.lua b/luasrc/model/cbi/searxng.lua index fe8f69b..724553c 100644 --- a/luasrc/model/cbi/searxng.lua +++ b/luasrc/model/cbi/searxng.lua @@ -7,8 +7,8 @@ local searxng_model = require "luci.model.searxng" local m, s, o m = taskd.docker_map("searxng", "searxng", "/usr/libexec/apps/searxng/searxng.sh", - translate("searxng"), - translate("Searx is a free and open-source metasearch engine, available under the GNU Affero General Public License version 3, with the aim of protecting the privacy of its users. To this end, Searx does not share users' IP addresses or search history with the search engines from which it gathers results.") + translate("SearXng"), + translate("Searxng is a free and open-source metasearch engine, available under the GNU Affero General Public License version 3, with the aim of protecting the privacy of its users. To this end, Searx does not share users' IP addresses or search history with the search engines from which it gathers results.") .. translate("Official website:") .. ' https://searx.github.io/searx/') s = m:section(SimpleSection, translate("Service Status"), translate("searxng status:"))