diff options
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-splash/luasrc/model/cbi/splash/splash.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-splash/luasrc/model/cbi/splash/splash.lua b/applications/luci-splash/luasrc/model/cbi/splash/splash.lua index 0e3e6ed2b..c03cd459a 100644 --- a/applications/luci-splash/luasrc/model/cbi/splash/splash.lua +++ b/applications/luci-splash/luasrc/model/cbi/splash/splash.lua @@ -58,7 +58,7 @@ uci:foreach("network", "alias", s = m:section(TypedSection, "whitelist", translate("Whitelist"), - translate("MAC addresses of whitelisted clients. These do not need to accept the splash and and are not bandwidth limited.")) + translate("MAC addresses of whitelisted clients. These do not need to accept the splash and are not bandwidth limited.")) s.template = "cbi/tblsection" s.addremove = true |