diff options
| author | Jo-Philipp Wich | 2013-10-13 22:39:42 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2013-10-13 22:39:42 +0000 |
| commit | 0e53a6450c9f490150f386a45348b7c6c393d942 (patch) | |
| tree | de1da12eb3c2e22a77c041816fadfac9d15f2bb3 | |
| parent | 5abf327e7b688454224f15aab71b65f33ebfd0ba (diff) | |
| download | ui-0e53a6450c9f490150f386a45348b7c6c393d942.tar.gz | |
luci2: fix missing error message in ip6addr datatype validation
| -rw-r--r-- | luci2/htdocs/luci2/luci2.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luci2/htdocs/luci2/luci2.js b/luci2/htdocs/luci2/luci2.js index 81fc01d..df127e1 100644 --- a/luci2/htdocs/luci2/luci2.js +++ b/luci2/htdocs/luci2/luci2.js @@ -2991,6 +2991,7 @@ function LuCI2() } } + validation.i18n('Must be a valid IPv6 address'); return false; }, |