diff --git a/luci-app-passwall2/luasrc/model/cbi/passwall2/client/global.lua b/luci-app-passwall2/luasrc/model/cbi/passwall2/client/global.lua index 7463cb8..21be3c3 100644 --- a/luci-app-passwall2/luasrc/model/cbi/passwall2/client/global.lua +++ b/luci-app-passwall2/luasrc/model/cbi/passwall2/client/global.lua @@ -318,13 +318,13 @@ if (mods:find("REDIRECT") and mods:find("TPROXY")) or (mods:find("nft_redir") an o.rmempty = false else local html = string.format([[
%s
]], translate("Missing components, transparent proxy is unavailable.")) - o = s:taboption("Proxy", DummyValue, "localhost_proxy", translate("Localhost Proxy")) + o = s:taboption("Main", DummyValue, "localhost_proxy", translate("Localhost Proxy")) o.rawhtml = true function o.cfgvalue(self, section) return html end - o = s:taboption("Proxy", DummyValue, "client_proxy", translate("Client Proxy")) + o = s:taboption("Main", DummyValue, "client_proxy", translate("Client Proxy")) o.rawhtml = true function o.cfgvalue(self, section) return html