Browse Source

luci-app-ssr-plus: Update client-config.lua

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

+ 1 - 1
luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua

@@ -355,7 +355,7 @@ o:depends("type", "hysteria")
 o.rmempty = true
 o.default = "0"
 
-o = s:option(Flag, "lazy_mode", translate("Lazy Mode"))
+o = s:option(Flag, "lazy_mode", translate("Enable Lazy Mode"))
 o:depends("type", "hysteria")
 o.rmempty = true
 o.default = "0"