summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_firewall.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-08-31 22:27:40 -0500
committerChris Buechler <cmb@pfsense.org>2015-08-31 22:27:40 -0500
commited961eb3aed0e695b2fdb5f3d7ffc791de715764 (patch)
tree9ae621e9dbc33083e8a3d7e6ee14561d208cf357 /src/usr/local/www/system_advanced_firewall.php
parent482259fa60cd2605377770adb9bae5272d111e7e (diff)
downloadpfsense-ed961eb3aed0e695b2fdb5f3d7ffc791de715764.zip
pfsense-ed961eb3aed0e695b2fdb5f3d7ffc791de715764.tar.gz
fix text
Diffstat (limited to 'src/usr/local/www/system_advanced_firewall.php')
-rw-r--r--src/usr/local/www/system_advanced_firewall.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/system_advanced_firewall.php b/src/usr/local/www/system_advanced_firewall.php
index 677c2e0..098b52a 100644
--- a/src/usr/local/www/system_advanced_firewall.php
+++ b/src/usr/local/www/system_advanced_firewall.php
@@ -441,7 +441,7 @@ $section->addInput(new Form_Checkbox(
))->setHelp('Note: This converts %s into a routing only platform!<br/>'.
'Note: This will also turn off NAT! If you only want to disable NAT, '.
'and not firewall rules, visit the <a href="firewall_nat_out.php">Outbound '.
- 'NAT</a>page.', [$g["product_name"]]);
+ 'NAT</a> page.', [$g["product_name"]]);
$section->addInput(new Form_Checkbox(
'disablescrub',
@@ -484,7 +484,7 @@ $section->addInput(new Form_Input(
'number',
$pconfig['maximumstates'],
['min' => 1, 'placeholder' => pfsense_default_state_size()]
-))->setHelp('Maximum number of connections to hold in the firewall state table.. '.
+))->setHelp('Maximum number of connections to hold in the firewall state table. '.
'<br/>Note: Leave this blank for the default. On your system the default '.
'size is: %d', [pfsense_default_state_size()]);
@@ -495,7 +495,7 @@ $section->addInput(new Form_Input(
$pconfig['maximumtableentries'],
['placeholder' => pfsense_default_table_entries_size()]
))->setHelp('Maximum number of table entries for systems such as aliases, '.
- 'sshlockout, snort, etc, combined..<br/>Note: Leave this blank for the '.
+ 'sshlockout, snort, etc, combined.<br/>Note: Leave this blank for the '.
'default. On your system the default size is: %d',
[pfsense_default_table_entries_size()]);
@@ -641,7 +641,7 @@ if (count($config['interfaces']) > 1)
'Automatic create outbound NAT rules that direct traffic back out to the same subnet it originated from.',
isset($config['system']['enablenatreflectionhelper'])
))->setHelp('Required for full functionality of the pure NAT mode of NAT '.
- 'Reflection for port forwards or NAT Reflection for 1:1 NAT.Note: This only works '.
+ 'Reflection for port forwards or NAT Reflection for 1:1 NAT. Note: This only works '.
'for assigned interfaces. Other interfaces require manually creating the '.
'outbound NAT rules that direct the reply packets back through the router.');
@@ -755,4 +755,4 @@ events.push(function(){
//]]>
</script>
<?php
-include("foot.inc"); \ No newline at end of file
+include("foot.inc");
OpenPOWER on IntegriCloud