diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-10-12 18:09:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-12 18:09:25 +0300 |
commit | 1544e10f918a168e8e7860da5e22fb5f294479e5 (patch) | |
tree | 61a77a8b04451805f7698011a64eec10f28dd5d3 /applications/luci-app-splash/luasrc/model | |
parent | 896892f9afd2180094ca12faa8a0b5a9f2193207 (diff) | |
parent | 282aa6856d5f1029443df4229b10a82e0ca04fb6 (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.lua | 2 |
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 |