summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua')
-rw-r--r--applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua b/applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua
index 50c9e7a1a..887f18756 100644
--- a/applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua
+++ b/applications/luci-p2pblock/luasrc/controller/ff_p2pblock.lua
@@ -16,5 +16,5 @@ module("luci.controller.ff_p2pblock", package.seeall)
function index()
entry({"admin", "network", "firewall", "p2pblock"}, cbi("luci_fw/p2pblock"),
- _("P2P-Block"), 40).i18n = "p2pblock"
+ _("P2P-Block"), 40)
end