summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_ip_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-09-15 15:04:22 -0500
committerChris Buechler <cmb@pfsense.org>2015-09-15 15:04:22 -0500
commitb5327808d22078ef1d26c117e0c9b4e26b2f0cd8 (patch)
tree48adbf4897682d3bbaad161c712cc3d80c92fb94 /src/usr/local/www/services_captiveportal_ip_edit.php
parentaa5536a3db88ce680a74a7e06555223560f960c5 (diff)
downloadpfsense-b5327808d22078ef1d26c117e0c9b4e26b2f0cd8.zip
pfsense-b5327808d22078ef1d26c117e0c9b4e26b2f0cd8.tar.gz
fix typo
Diffstat (limited to 'src/usr/local/www/services_captiveportal_ip_edit.php')
-rw-r--r--src/usr/local/www/services_captiveportal_ip_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal_ip_edit.php b/src/usr/local/www/services_captiveportal_ip_edit.php
index 93965fd..901d884 100644
--- a/src/usr/local/www/services_captiveportal_ip_edit.php
+++ b/src/usr/local/www/services_captiveportal_ip_edit.php
@@ -224,7 +224,7 @@ $section->addInput(new Form_Select(
'Direction',
strtolower($pconfig['dir']),
build_dir_list()
-))->setHelp('Use "From" to always allow aaccess to an address through the captive portal (without authentication). ' .
+))->setHelp('Use "From" to always allow access to an address through the captive portal (without authentication). ' .
'Use "To" to allow access from all clients (even non-authenticated ones) behind the portal to this Hostname.');
$section->addInput(new Form_Input(
@@ -260,4 +260,4 @@ if (isset($id) && $a_allowedips[$id]) {
$form->add($section);
print($form);
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud