summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-03-06 03:24:31 +0545
committerPhil Davis <phil.davis@inf.org>2016-03-06 03:24:31 +0545
commit1f64e8b8e5475cbc9198bdb7268d9cf15fe34f55 (patch)
tree7c310a2d497f281d23f777aab642c272d8478727 /src/usr/local/www/system_advanced_network.php
parent65ebf415f0991dc650ac53a9376b74a5efc4bf33 (diff)
downloadpfsense-1f64e8b8e5475cbc9198bdb7268d9cf15fe34f55.zip
pfsense-1f64e8b8e5475cbc9198bdb7268d9cf15fe34f55.tar.gz
Correct wording of prefer_ipv4 help text
Diffstat (limited to 'src/usr/local/www/system_advanced_network.php')
-rw-r--r--src/usr/local/www/system_advanced_network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php
index 19e2ca4..7f43b9b 100644
--- a/src/usr/local/www/system_advanced_network.php
+++ b/src/usr/local/www/system_advanced_network.php
@@ -226,7 +226,7 @@ $section->addInput(new Form_Checkbox(
'Prefer to use IPv4 even if IPv6 is available',
$pconfig['prefer_ipv4']
))->setHelp('By default, if IPv6 is configured and a hostname resolves IPv6 and IPv4 addresses, '.
- 'IPv6 be used. If you check this option, IPv4 will be preferred over IPv6.');
+ 'IPv6 will be used. If you check this option, IPv4 will be preferred over IPv6.');
$form->add($section);
$section = new Form_Section('Network Interfaces');
OpenPOWER on IntegriCloud