luci-app-ssr-plus: fix spelling mistakes (#3565)

* Update PKG_RELEASE

caicaicai21 fixed the bug but didn't update the release

* pr template: add details

* Revert "Update PKG_RELEASE"

This reverts commit bb27ba7df0.

* Revert "pr template: add details"

This reverts commit ffdcb09a32.

* luci-app-ssr-plus: fix spelling mistakes

DNSMAQ -> DNSMASQ
This commit is contained in:
coolsnowwolf 2020-03-05 11:08:29 +08:00 committed by GitHub
parent 21a4163e3c
commit a22e26ac39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ o.rmempty = false
o = s:option(Value, "adblock_url", translate("adblock_url"))
o.default = "https://gitee.com/privacy-protection-tools/anti-ad/raw/master/anti-ad-for-dnsmasq.conf"
o:depends("adblock", "1")
o.description = translate("Support AdGuardHome and DNSMAQ format list")
o.description = translate("Support AdGuardHome and DNSMASQ format list")
-- [[ SOCKS Proxy ]]--
if nixio.fs.access("/usr/bin/microsocks") then

View File

@ -496,8 +496,8 @@ msgstr "广告屏蔽设置"
msgid "Server failsafe auto swith and custom update settings"
msgstr "服务器节点故障自动切换/广告屏蔽/国内IP段数据库更新设置"
msgid "Support AdGuardHome and DNSMAQ format list"
msgstr "同时支持 AdGuard Home 和 DNSMAQ 格式的过滤列表"
msgid "Support AdGuardHome and DNSMASQ format list"
msgstr "同时支持 AdGuard Home 和 DNSMASQ 格式的过滤列表"
msgid "Enable Custom Chnroute"
msgstr "自定义国内IP段数据库更新"