summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-16 22:01:45 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-16 22:01:45 +0545
commitca28fdd1a649c3b51ceb8b3c361c291e8c8524be (patch)
treef4297caea6dd8b0facfc6e7cb89f4ce695abf5cd
parent2eb5a0bf9d69fbedc6d4e9c1b5665ce9e6396c2a (diff)
downloadpfsense-ca28fdd1a649c3b51ceb8b3c361c291e8c8524be.zip
pfsense-ca28fdd1a649c3b51ceb8b3c361c291e8c8524be.tar.gz
services_captiveportal text changes
-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 . '&amp;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 . '&amp;act=dellogouthtml'
))->removeClass('btn-primary')->addClass('btn btn-danger btn-xs');
}
OpenPOWER on IntegriCloud