Merge pull request #831 from danrl/patch-1
authorHannu Nyman <hannu.nyman@iki.fi>
Sun, 23 Oct 2016 17:21:44 +0000 (20:21 +0300)
committerGitHub <noreply@github.com>
Sun, 23 Oct 2016 17:21:44 +0000 (20:21 +0300)
Typo

modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua

index aaf045c..10636a4 100644 (file)
@@ -251,7 +251,7 @@ o:depends("nonwildcard", true)
 
 o = s:taboption("general", DynamicList, "notinterface",
        translate("Exclude interfaces"),
-       translate("Prevent listening on thise interfaces."))
+       translate("Prevent listening on these interfaces."))
 o.optional = true
 o:depends("nonwildcard", true)