Browse Source

luci-app-ssr-plus: fix translate

zxlhhyccc 1 year ago
parent
commit
e5779259ea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua

+ 2 - 2
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