summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_packet_capture.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-03 00:18:54 -0700
committerNOYB <Al_Stu@Frontier.com>2016-04-03 00:18:54 -0700
commitb6078bede2b5df3fd86ca7a989d9bbd079fb617b (patch)
tree6ca802c49853ee9105354a57609a1a9bba46a554 /src/usr/local/www/diag_packet_capture.php
parent75173246398545de3de104648c068444d51175a1 (diff)
downloadpfsense-b6078bede2b5df3fd86ca7a989d9bbd079fb617b.zip
pfsense-b6078bede2b5df3fd86ca7a989d9bbd079fb617b.tar.gz
Diagnostics - Remove Personalizations
Remove "you" personalizations.
Diffstat (limited to 'src/usr/local/www/diag_packet_capture.php')
-rw-r--r--src/usr/local/www/diag_packet_capture.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_packet_capture.php b/src/usr/local/www/diag_packet_capture.php
index d31c335..d44a4e7 100644
--- a/src/usr/local/www/diag_packet_capture.php
+++ b/src/usr/local/www/diag_packet_capture.php
@@ -337,7 +337,7 @@ $section->addInput(new Form_Input(
))->setHelp('This value is either the Source or Destination IP address or subnet in CIDR notation. The packet capture will look for this address in either field.' . '<br />' .
'Matching can be negated by preceding the value with "!". Multiple IP addresses or CIDR subnets may be specified. Comma (",") separated values perform a boolean "AND". ' .
'Separating with a pipe ("|") performs a boolean "OR".' . '<br />' .
- 'If you leave this field blank, all packets on the specified interface will be captured.');
+ 'If this field is left blank, all packets on the specified interface will be captured.');
$section->addInput(new Form_Input(
'port',
@@ -345,7 +345,7 @@ $section->addInput(new Form_Input(
'text',
$port
))->setHelp('The port can be either the source or destination port. The packet capture will look for this port in either field. ' .
- 'Leave blank if you do not want to filter by port.');
+ 'Leave blank if not filtering by port.');
$section->addInput(new Form_Input(
'snaplen',
OpenPOWER on IntegriCloud