luci-app-ssr-plus-jsda: fix erros

This commit is contained in:
CN_SZTL 2019-07-31 10:14:54 +08:00
parent c7c70237b9
commit eccde70cd4
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -77,7 +77,7 @@ end
if nixio.fs.access("/usr/bin/chinadns") then
o:value("6", translate("Use chinadns query and cache"))
end
o:value("7", translate("Use system settings"))
o:value("7", translate("使用系统DNS"))
o.default = 1
o = s:option(ListValue, "chinadns_enable", translate("Chinadns Resolve Dns Mode"))