luci-app-banip: reuse Disable instead of 0 (disable)
[project/luci.git] / applications / luci-app-banip / htdocs / luci-static / resources / view / banip / overview.js
index 19543fe216501d92304af8f5081ce21d4995c999..33dd43cb36991622bab96a10a753140751032511 100644 (file)
@@ -574,7 +574,7 @@ return view.extend({
                o.rmempty = true;
 
                o = s.taboption('adv_log', form.ListValue, 'ban_loglimit', _('Log Limit'), _('Parse only the last stated number of log entries for suspicious events. To disable the log monitor at all set it to \'0\'.'));
-               o.value('0', _('0 (disable)'));
+               o.value('0', _('Disable'));
                o.value('50', '50');
                o.value('100', '100');
                o.value('250', '250');