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 947b0dc0c0d..82207e24bce 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 @@ -313,7 +313,7 @@ o:depends("type", "hysteria") o.rmempty = true o.default = "0" -o = s:option(Value, "port_range", translate("Port range")) +o = s:option(Value, "port_range", translate("Port Range")) o:depends({type = "hysteria", port_hopping = "1"}) o.datatype = "portrange" o.rmempty = true