luci-app-vpnbypass: makefile fix & controller fix
[project/luci.git] / applications / luci-app-vpnbypass / luasrc / controller / vpnbypass.lua
index 6becd67..ed6f4f4 100644 (file)
@@ -3,6 +3,5 @@ function index()
        if not nixio.fs.access("/etc/config/vpnbypass") then
                return
        end
        if not nixio.fs.access("/etc/config/vpnbypass") then
                return
        end
-       entry({"admin", "services", "vpnbypass"}, cbi("vpnbypass"), translate("VPN Bypass"), 1)
+       entry({"admin", "services", "vpnbypass"}, cbi("vpnbypass"), _("VPN Bypass"))
 end
 end
-