From d021636f854631e0392e712ddab59fe9c94efc7e Mon Sep 17 00:00:00 2001 From: Andrey Petelin Date: Tue, 16 Sep 2025 17:09:37 +0500 Subject: [PATCH] chore: Fix placeholder text typo in proxy links field --- .../htdocs/luci-static/resources/view/podkop/configSection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js index caa0c8d..ed4ea15 100644 --- a/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js +++ b/luci-app-podkop/htdocs/luci-static/resources/view/podkop/configSection.js @@ -208,7 +208,7 @@ function createConfigSection(section, map, network) { o = s.taboption('basic', form.DynamicList, 'urltest_proxy_links', _('URLTest Proxy Links')); o.depends('proxy_config_type', 'urltest'); - o.placeholder = 'vless:// or ss// link'; + o.placeholder = 'vless:// or ss:// link'; o.rmempty = false; o = s.taboption('basic', form.Flag, 'ss_uot', _('Shadowsocks UDP over TCP'), _('Apply for SS2022'));