summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-compat
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2019-12-18 08:39:53 +0100
committerGitHub <noreply@github.com>2019-12-18 08:39:53 +0100
commitdaeeb4285f79c8237e421b9f56dd4fe9a68e489e (patch)
tree6e731264e448f31d03b7aa85520d6ba73562364b /modules/luci-compat
parentf8e1d6694938eeaa6dd757957cecd79db42fcfee (diff)
parentd0bc86bcc3fc0c6668e04601344daa956cea2b32 (diff)
Merge pull request #3417 from urbalazs/typo-base
luci-base: fix typos
Diffstat (limited to 'modules/luci-compat')
-rw-r--r--modules/luci-compat/luasrc/model/network.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-compat/luasrc/model/network.lua b/modules/luci-compat/luasrc/model/network.lua
index 7c88b428cc..1a27b96f91 100644
--- a/modules/luci-compat/luasrc/model/network.lua
+++ b/modules/luci-compat/luasrc/model/network.lua
@@ -25,7 +25,7 @@ IFACE_PATTERNS_WIRELESS = { "^wlan%d", "^wl%d", "^ath%d", "^%w+%.network%d" }
IFACE_ERRORS = {
CONNECT_FAILED = lng.translate("Connection attempt failed"),
- INVALID_ADDRESS = lng.translate("IP address in invalid"),
+ INVALID_ADDRESS = lng.translate("IP address is invalid"),
INVALID_GATEWAY = lng.translate("Gateway address is invalid"),
INVALID_LOCAL_ADDRESS = lng.translate("Local IP address is invalid"),
MISSING_ADDRESS = lng.translate("IP address is missing"),