Skip to content

Commit affdc6c

Browse files
Update description
1 parent f0ebfa4 commit affdc6c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ PKG_NAME:=luci-app-adguardhome
99
PKG_VERSION:=1.12
1010
PKG_MAINTAINER:=<https://github.com/stevenjoezhang/luci-app-adguardhome>
1111

12-
LUCI_TITLE:=LuCI app for adguardhome
12+
LUCI_TITLE:=LuCI app for AdGuard Home
1313
LUCI_DEPENDS:=+!wget&&!curl&&!wget-ssl:curl
1414
LUCI_PKGARCH:=all
15-
LUCI_DESCRIPTION:=LuCI support for adguardhome
15+
LUCI_DESCRIPTION:=A powerful LuCI interface for managing AdGuard Home - a DNS-based ad and tracker blocker that protects all devices on your network
1616

1717
define Package/$(PKG_NAME)/conffiles
1818
/etc/config/AdGuardHome

luasrc/model/cbi/AdGuardHome/base.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local configpath=uci:get("AdGuardHome","AdGuardHome","configpath") or "/etc/AdGu
88
local binpath=uci:get("AdGuardHome","AdGuardHome","binpath") or "/usr/bin/AdGuardHome/AdGuardHome"
99
httpport=uci:get("AdGuardHome","AdGuardHome","httpport") or "3000"
1010
m = Map("AdGuardHome", "AdGuard Home")
11-
m.description = translate("Free and open source, powerful network-wide ads & trackers blocking DNS server").."<br/>"..translate("<a href=\"https://github.com/stevenjoezhang/luci-app-adguardhome\" target=\"_blank\">⭐ Star on GitHub</a>")
11+
m.description = translate("A powerful LuCI interface for managing AdGuard Home - a DNS-based ad and tracker blocker that protects all devices on your network").."<br/>"..translate("<a href=\"https://github.com/stevenjoezhang/luci-app-adguardhome\" target=\"_blank\">⭐ Star on GitHub</a>")
1212
m:section(SimpleSection).template = "AdGuardHome/status"
1313

1414
s = m:section(TypedSection, "AdGuardHome")

po/zh-cn/AdGuardHome.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ msgstr "日志"
3030
msgid "Manual Config"
3131
msgstr "手动设置"
3232

33-
msgid "Free and open source, powerful network-wide ads & trackers blocking DNS server"
34-
msgstr "免费开源,功能强大的全网络广告和跟踪程序拦截DNS服务器"
33+
msgid "A powerful LuCI interface for managing AdGuard Home - a DNS-based ad and tracker blocker that protects all devices on your network"
34+
msgstr "AdGuard Home 的强大 LuCI 界面 - 基于 DNS 的广告和跟踪阻止程序,保护您网络上的所有设备"
3535

3636
msgid "RUNNING"
3737
msgstr "运行中"

0 commit comments

Comments
 (0)