diff options
author | Stan Grishin <stangri@melmac.net> | 2020-05-02 15:31:38 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-05-02 15:31:38 +0000 |
commit | 06deeb3c654959c50f5f252750d96b79bf0fb29c (patch) | |
tree | 96ea3899d128d70d842162c8ea5149a6e5f297be /applications/luci-app-https-dns-proxy/Makefile | |
parent | 59953d3a7db07729aceac77fd91b012c579439a1 (diff) |
luci-app-https-dns-proxy: bugfix: remove escaped double-quotes from translateable resources
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/Makefile')
-rw-r--r-- | applications/luci-app-https-dns-proxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-https-dns-proxy/Makefile b/applications/luci-app-https-dns-proxy/Makefile index 2dc56367c..6a1ac2984 100644 --- a/applications/luci-app-https-dns-proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=DNS Over HTTPS Proxy Web UI LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +https-dns-proxy LUCI_PKGARCH:=all -PKG_RELEASE:=5 +PKG_RELEASE:=6 include ../../luci.mk |