diff --git a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua index 67ec7fb05..46907b0d9 100644 --- a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua +++ b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua @@ -344,7 +344,7 @@ o:value("udp", translate("UDP")) o.default = "udp" o.rmempty = true -o = s:option(Value, "hopinterval", translate("Hop Interval(Unit:Second)")) +o = s:option(Value, "hopinterval", translate("Port Hopping Interval(Unit:Second)")) o:depends({type = "hysteria", flag_transport = true, flag_port_hopping = true}) o.datatype = "uinteger" o.rmempty = true @@ -375,7 +375,7 @@ o:depends("type", "hysteria") o.rmempty = true o.default = "0" -o = s:option(Flag, "disablepathmtudiscovery", translate("Disable QUIC path MTU discovery.")) +o = s:option(Flag, "disablepathmtudiscovery", translate("Disable QUIC path MTU discovery")) o:depends({type = "hysteria",flag_quicparam = "1"}) o.rmempty = true o.default = false