chore: Fix placeholder text typo in proxy links field

This commit is contained in:
Andrey Petelin
2025-09-16 17:09:37 +05:00
parent a06aac0613
commit d021636f85

View File

@@ -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'));