summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_npt_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-30 00:07:03 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-30 00:07:03 -0700
commitee81ff387b7b7b0784df79f6a2d579ed964d15d9 (patch)
tree935efa1c3294c71f4454c4e319b9153421c78052 /src/usr/local/www/firewall_nat_npt_edit.php
parentbdd284c3aac83bf661aa66a6e80defacd6883fe8 (diff)
downloadpfsense-ee81ff387b7b7b0784df79f6a2d579ed964d15d9.zip
pfsense-ee81ff387b7b7b0784df79f6a2d579ed964d15d9.tar.gz
Firewall / NAT - Remove Personalizations
Remove "you" personalizations.
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