diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-10-18 17:42:26 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-10-18 17:42:26 +0000 |
commit | 004e89c77648ec80e4a30ace6451acce61ad89e9 (patch) | |
tree | 8afb3e30b239be69c1b64fad81da405a842cb52f /applications/luci-splash | |
parent | 9c97cdb7b6edcc62d29a72ca64cd682503e693f6 (diff) |
applications/luci-splash: Fix double 'and' typo (325)
Diffstat (limited to 'applications/luci-splash')
-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 |