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
committerRenato Botelho <renato@netgate.com>2017-01-09 10:26:44 -0200
commitefeea3502935aad1ee590d034d753267874736a0 (patch)
tree7697cd56e47e0e6adf7759c197e3184df0ae0266 /src/usr/local/www/system_advanced_network.php
parentdf82227e2c426a536f1f5c2519942bd37c036933 (diff)
downloadpfsense-efeea3502935aad1ee590d034d753267874736a0.zip
pfsense-efeea3502935aad1ee590d034d753267874736a0.tar.gz
Various wording changes
(cherry picked from commit a075265e0a076419813622e0d69556915b6f40f2)
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 ca3b655..06eef7b 100644
--- a/src/usr/local/www/system_advanced_network.php
+++ b/src/usr/local/www/system_advanced_network.php
@@ -210,14 +210,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