From 3bccf8d6171f2bd3bdd79101d4986e7ac1177fa7 Mon Sep 17 00:00:00 2001 From: Andrey Petelin Date: Tue, 21 Oct 2025 16:24:24 +0500 Subject: [PATCH] chore: Update UDP-over-TCP option label and description to clarify SOCKS/Shadowsocks applicability --- .../htdocs/luci-static/resources/view/podkop/section.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js index c03a3e0..14b23ba 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/section.js @@ -107,8 +107,8 @@ function createSectionContent(section) { o = section.option( form.Flag, "enable_udp_over_tcp", - _("Shadowsocks/Socks UDP over TCP"), - _("Apply for socks/Shadowsocks 2022"), + _("UDP over TCP"), + _("Applicable for SOCKS and Shadowsocks proxy"), ); o.default = "0"; o.depends("connection_type", "proxy");