summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_npt_edit.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 10:00:13 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 10:00:25 -0400
commit358b288458e6465fc73b836f4f84e0f0e10b329d (patch)
tree078acd81a32478b56b1f8e7fddafac8dfce97f37 /src/usr/local/www/firewall_nat_npt_edit.php
parent1c92c5b1a42af43feafe7f4dab2e73a4aa17eec0 (diff)
downloadpfsense-358b288458e6465fc73b836f4f84e0f0e10b329d.zip
pfsense-358b288458e6465fc73b836f4f84e0f0e10b329d.tar.gz
Merge pull request #2808 from NOYB/Firewall_/_NAT_-_Remove_Personalizations
(cherry picked from commit 4012d55c028ca1c4d449e7b80ba738d4dd5b2976)
Diffstat (limited to 'src/usr/local/www/firewall_nat_npt_edit.php')
-rw-r--r--src/usr/local/www/firewall_nat_npt_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_nat_npt_edit.php b/src/usr/local/www/firewall_nat_npt_edit.php
index cd061be..907b55a 100644
--- a/src/usr/local/www/firewall_nat_npt_edit.php
+++ b/src/usr/local/www/firewall_nat_npt_edit.php
@@ -233,7 +233,7 @@ $section->addInput(new Form_Select(
$pconfig['interface'],
build_if_list()
))->setHelp('Choose which interface this rule applies to.' . '<br />' .
- 'Hint: in most cases, you\'ll want to use "WAN" here.');
+ 'Hint: Typically the "WAN" is used here.');
$section->addInput(new Form_Checkbox(
'srcnot',
@@ -267,7 +267,7 @@ $section->addInput(new Form_Input(
'Description',
'text',
$pconfig['descr']
-))->setHelp('You may enter a description here for your reference (not parsed).');
+))->setHelp('A description may be entered here for administrative reference (not parsed).');
if (isset($id) && $a_npt[$id]) {
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud