luci-app-ssocks: fix typo

This commit is contained in:
CN_SZTL 2019-10-27 11:06:38 +08:00
parent 55c7c40b39
commit 97a704f4e4
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -10,7 +10,7 @@ function index()
end
local page
page = entry({"admin", "services", "ssocks"}, cbi("ssocks"), _("sSocks Server"), 100)
page.i18n = "vlmcsd"
page.i18n = "ssocks"
page.dependent = true
entry({"admin", "services", "ssocks", "status"},call("act_status")).leaf=true
end