luci2: fix missing error message in ip6addr datatype validation
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 13 Oct 2013 22:39:42 +0000 (22:39 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 13 Oct 2013 22:39:42 +0000 (22:39 +0000)
luci2/htdocs/luci2/luci2.js

index 81fc01d..df127e1 100644 (file)
@@ -2991,6 +2991,7 @@ function LuCI2()
                                }
                        }
 
                                }
                        }
 
+                       validation.i18n('Must be a valid IPv6 address');
                        return false;
                },
 
                        return false;
                },