diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-01-20 17:09:08 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-01-20 17:11:57 +0000 |
commit | 126443aad5c29a393b48505372a11a1fc51a4722 (patch) | |
tree | 332f1efe0daafe93639ba36924958d9419c80e9e /applications/luci-app-adblock-fast/Makefile | |
parent | f7ef1424661ea3663e9d4d233a213ae82674b58d (diff) |
luci-app-adblock-fast: remove unnecessary translation calls
Thank you @hnyman!
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-adblock-fast/Makefile')
-rw-r--r-- | applications/luci-app-adblock-fast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-adblock-fast/Makefile b/applications/luci-app-adblock-fast/Makefile index d2759e00e2..0157ef4c57 100644 --- a/applications/luci-app-adblock-fast/Makefile +++ b/applications/luci-app-adblock-fast/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> -PKG_VERSION:=1.1.1-1 +PKG_VERSION:=1.1.1-3 LUCI_TITLE:=AdBlock-Fast Web UI LUCI_DESCRIPTION:=Provides Web UI for adblock-fast service. |