Просмотр исходного кода

luci-app-ssr-plus: fix translate

zxlhhyccc 1 год назад
Родитель
Сommit
e5779259ea
1 измененных файлов с 2 добавлено и 2 удалено
  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