From f1620c151ddc8a2185260f77f1a5a79cc7fb361b Mon Sep 17 00:00:00 2001 From: zxlhhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Fri, 15 Mar 2024 22:50:00 +0800 Subject: [PATCH] luci-app-ssr-plus: fix translate --- .../luasrc/model/cbi/shadowsocksr/client-config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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