diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php index 275ab86330..5887bd5316 100644 --- a/src/usr/local/www/services_captiveportal.php +++ b/src/usr/local/www/services_captiveportal.php @@ -688,7 +688,7 @@ $section->addInput(new Form_Input( 'number', $pconfig['bwdefaultup'] ))->setHelp('If this option is set, the captive portal will restrict each user who logs in to the specified default bandwidth. ' . - 'RADIUS can override the default settings. Leave empty or set to 0 for no limit.'); + 'RADIUS can override the default settings. Leave empty for no limit.'); $form->add($section);