Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xskill committed Oct 11, 2022
1 parent 8a2d222 commit 8c674d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/po/templates/v2ray.pot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgid "<code>transport</code> field in top level configuration, JSON string"
msgstr ""

#: package/htdocs/luci-static/resources/view/v2ray/main.js:96
msgid "Enabled DSN log"
msgid "Enabled DNS log"
msgstr ""


Expand Down
4 changes: 2 additions & 2 deletions public/po/zh_Hans/v2ray.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ msgid "<code>transport</code> field in top level configuration, JSON string"
msgstr "配置文件中的 <code>transport</code> 项,JSON 字符串"

#: package/htdocs/luci-static/resources/view/v2ray/main.js:96
msgid "Enabled DSN log"
msgstr "开启DNS日志"
msgid "Enabled DNS log"
msgstr "开启DNS查询日志"


#: package/htdocs/luci-static/resources/view/v2ray/inbound.js:398
Expand Down
2 changes: 1 addition & 1 deletion src/view/v2ray/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ return L.view.extend<SectionItem[][]>({
o.depends("loglevel", "warning");
o.depends("loglevel", "error");

o = s.option(form.Flag, "dnsLog", _("Enabled DSN log"));
o = s.option(form.Flag, "dnsLog", _("Enabled"), _("Enabled DNS log"));

o = s.option(form.MultiValue, "inbounds", _("Inbounds enabled"));
o.depends("config_file", "");
Expand Down

0 comments on commit 8c674d4

Please sign in to comment.