luci-app-v2ray-server: fix typo

This commit is contained in:
CN_SZTL 2020-02-08 17:21:29 +08:00
parent dc8f57a5d3
commit 2829c98d0d
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -53,4 +53,4 @@ msgid "NOT RUNNING"
msgstr "未运行"
msgid "RUNNING"
msgstr "运行中"
msgstr "运行中"