mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
luci-app-v2ray-server: fix typo
This commit is contained in:
parent
dc8f57a5d3
commit
2829c98d0d
@ -6,13 +6,13 @@ local o="v2ray_server"
|
||||
local a,e,t
|
||||
|
||||
a=Map(o,translate("V2ray Server"))
|
||||
e=a:section(TypedSection,"global",translate("Global Setting"))
|
||||
e=a:section(TypedSection,"global",translate("Global Settings"))
|
||||
e.anonymous=true
|
||||
e.addremove=false
|
||||
t=e:option(Flag,"enable",translate("Enable"))
|
||||
t.rmempty=false
|
||||
|
||||
e=a:section(TypedSection,"user",translate("Server Setting"))
|
||||
e=a:section(TypedSection,"user",translate("Server Config"))
|
||||
e.anonymous=true
|
||||
e.addremove=true
|
||||
e.template="cbi/tblsection"
|
||||
|
@ -53,4 +53,4 @@ msgid "NOT RUNNING"
|
||||
msgstr "未运行"
|
||||
|
||||
msgid "RUNNING"
|
||||
msgstr "运行中"
|
||||
msgstr "运行中"
|
||||
|
Loading…
x
Reference in New Issue
Block a user