applications/luci-splash: Fix double 'and' typo (325)
[project/luci.git] / applications / luci-splash / luasrc / model / cbi / splash / splash.lua
index 0e3e6ed2bf1bf974e7070a022fe157dd714c0780..c03cd459aed40277e6ad95a33eabdeb9cd61e074 100644 (file)
@@ -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