From 6aef27248927029199dab95082fca7bbc1c14ef1 Mon Sep 17 00:00:00 2001
From: kiddin9 <48883331+kiddin9@users.noreply.github.com>
Date: Sat, 15 Aug 2026 01:32:24 +0800
Subject: [PATCH] Update luci-app-passwall.patch
---
.github/diy/patches/luci-app-passwall.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/diy/patches/luci-app-passwall.patch b/.github/diy/patches/luci-app-passwall.patch
index 25f4b26a..09e24d05 100644
--- a/.github/diy/patches/luci-app-passwall.patch
+++ b/.github/diy/patches/luci-app-passwall.patch
@@ -204,7 +204,7 @@
+end
+o = s:taboption("DNS", DummyValue, "refresh_data", translate("Subscribe Rules Data"))
+o.rawhtml = true
-+o.template = appname .. "/global/adblock_refresh"
++o.template = m:template_path("/global/adblock_refresh")
+o.value = rule_count.." "..translate("Records")
+o.description = string.format(""..translate("Last Update Checked")..": %s
",UD)
+o:depends("adblock",1)