summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2017-01-04 20:52:39 +0000
committerGitHub <noreply@github.com>2017-01-04 20:52:39 +0000
commita075265e0a076419813622e0d69556915b6f40f2 (patch)
tree94e945441ec4ef581f09db659a027b1499e50107 /src/usr/local/www/system_advanced_network.php
parent5e391e58439fa189518370fa8d16ffd2e8a1002d (diff)
downloadpfsense-a075265e0a076419813622e0d69556915b6f40f2.zip
pfsense-a075265e0a076419813622e0d69556915b6f40f2.tar.gz
Various wording changes
Diffstat (limited to 'src/usr/local/www/system_advanced_network.php')
-rw-r--r--src/usr/local/www/system_advanced_network.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php
index f5fdf73..9028b04 100644
--- a/src/usr/local/www/system_advanced_network.php
+++ b/src/usr/local/www/system_advanced_network.php
@@ -169,14 +169,14 @@ $group->add(new Form_Checkbox(
$group->add(new Form_Input(
'ipv6nat_ipaddr',
- 'IP address of tunneling peer',
+ 'Tunnel Peer\'s IP Address',
'text',
$pconfig['ipv6nat_ipaddr']
))->setHelp('The IPv4 address of the tunneling peer');
-$group->setHelp('These options create an RFC 2893 compatible mechanism for IPv4 NAT encapsulation of IPv6 packets, that can be used ' .
- 'to tunnel IPv6 packets over IPv4 routing infrastructures. A firewall rule to allow passing of IPv6 packets ' .
- 'must also be <a href="firewall_rules.php">created</a>.');
+$group->setHelp('These options create an RFC 2893 compatible mechanism for IPv4 NAT encapsulation of IPv6 packets, ' .
+ 'that can be used to tunnel IPv6 packets over IPv4 routing infrastructures. A firewall rule to pass IPv6 packets ' .
+ 'is <a href="firewall_rules.php">also necessary</a>.');
$section->add($group);
OpenPOWER on IntegriCloud