summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-splash/luasrc/model
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-10-12 18:09:25 +0300
committerGitHub <noreply@github.com>2018-10-12 18:09:25 +0300
commit1544e10f918a168e8e7860da5e22fb5f294479e5 (patch)
tree61a77a8b04451805f7698011a64eec10f28dd5d3 /applications/luci-app-splash/luasrc/model
parent896892f9afd2180094ca12faa8a0b5a9f2193207 (diff)
parent282aa6856d5f1029443df4229b10a82e0ca04fb6 (diff)
Merge pull request #2221 from yangfl/master
treewide: Fix typos in UI strings
Diffstat (limited to 'applications/luci-app-splash/luasrc/model')
-rw-r--r--applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua b/applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua
index c09d2e0f78..bd88e8a6e2 100644
--- a/applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua
+++ b/applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua
@@ -2,7 +2,7 @@
require("luci.model.uci")
-m = Map("luci_splash", translate("Client-Splash"), translate("Client-Splash is a hotspot authentification system for wireless mesh networks."))
+m = Map("luci_splash", translate("Client-Splash"), translate("Client-Splash is a hotspot authentication system for wireless mesh networks."))
s = m:section(NamedSection, "general", "core", translate("General"))
s.addremove = false