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