summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/services_captiveportal.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php
index ab5cddf..640e6bd 100644
--- a/src/usr/local/www/services_captiveportal.php
+++ b/src/usr/local/www/services_captiveportal.php
@@ -703,7 +703,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Input(
'bwdefaultup',
- 'Default download (Kbit/s)',
+ 'Default upload (Kbit/s)',
'number',
$pconfig['bwdefaultup']
))->setHelp('If this option is set, the captive portal will restrict each user who logs in to the specified default bandwidth. ' .
@@ -1118,7 +1118,7 @@ if ($pconfig['page']['errtext']) {
$section->addInput(new Form_Button(
'btndownload',
- 'Restore default portal page',
+ 'Restore default error page',
'?zone=' . $cpzone . '&act=delerrhtml'
))->removeClass('btn-primary')->addClass('btn btn-danger btn-xs');
}
@@ -1145,7 +1145,7 @@ if ($pconfig['page']['logouttext']) {
$section->addInput(new Form_Button(
'btndownload',
- 'Restore default portal page',
+ 'Restore default logout page',
'?zone=' . $cpzone . '&act=dellogouthtml'
))->removeClass('btn-primary')->addClass('btn btn-danger btn-xs');
}
OpenPOWER on IntegriCloud