diff options
author | yangfl <yangfl@users.noreply.github.com> | 2018-08-18 12:21:21 +0800 |
---|---|---|
committer | yangfl <yangfl@users.noreply.github.com> | 2018-10-12 22:18:51 +0800 |
commit | ae8b68cfe85296eb37436621895cdddac66b3ca7 (patch) | |
tree | fbf307f80f01da10db8b348f452dcd0dd4cab320 /applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua | |
parent | 641475ee5948cd5646ad3ee59b8c2f21f8c243b7 (diff) |
treewide: Fix typos in UI strings
Signed-off-by: David Yang <mmyangfl@gmail.com>
Diffstat (limited to 'applications/luci-app-splash/luasrc/model/cbi/splash/splash.lua')
-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 c09d2e0f7..bd88e8a6e 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 |