Merge pull request #1414 from musashino205/l10n/minidlna-upd-ja
authorHannu Nyman <hannu.nyman@iki.fi>
Wed, 25 Oct 2017 18:19:31 +0000 (21:19 +0300)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2017 18:19:31 +0000 (21:19 +0300)
luci-app-minidlna: Update Japanese translation

modules/luci-base/htdocs/luci-static/resources/cbi.js

index 884eb62..b334703 100644 (file)
@@ -229,7 +229,7 @@ var cbi_validators = {
        {
                return cbi_validators.hostname.apply(this) ||
                        ((ipv4only != 1) && cbi_validators.ipaddr.apply(this)) ||
-                       ((ipv4only == 1) && cb_validators.ip4addr.apply(this));
+                       ((ipv4only == 1) && cbi_validators.ip4addr.apply(this));
        },
 
        'hostname': function()