summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-02-02 21:32:31 -0600
committerChris Buechler <cmb@pfsense.org>2015-02-02 21:32:31 -0600
commite829fcbb91a79b8aab19d9ef3bd3a834bb431eaa (patch)
treed95a88ea4185c977b10deaa21e8c6ea27736224a /usr/local/www/interfaces.php
parentbfcb1e4a1cb43c8102978d98804adb53643a3c03 (diff)
downloadpfsense-e829fcbb91a79b8aab19d9ef3bd3a834bb431eaa.zip
pfsense-e829fcbb91a79b8aab19d9ef3bd3a834bb431eaa.tar.gz
fix text
Diffstat (limited to 'usr/local/www/interfaces.php')
-rw-r--r--usr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 981b253..78e6d37 100644
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -2224,10 +2224,10 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</td>
</tr>
<tr style='display:none' id="basicdhcp6_show_dhcp6_prefix_only">
- <td width="22%" valign="top" class="vncell"><?=gettext("Request only a IPv6 prefix"); ?></td>
+ <td width="22%" valign="top" class="vncell"><?=gettext("Request only an IPv6 prefix"); ?></td>
<td width="78%" class="vtable">
<input name="dhcp6prefixonly" type="checkbox" id="dhcp6prefixonly" value="yes" <?php if ($pconfig['dhcp6prefixonly'] == true) echo "checked=\"checked\""; ?> />
- <?=gettext("Only request a IPv6 prefix, do not request a IPv6 address"); ?>
+ <?=gettext("Only request an IPv6 prefix, do not request an IPv6 address"); ?>
</td>
</tr>
<tr style='display:none' id="basicdhcp6_show_dhcp6_prefix_delegation_size">
OpenPOWER on IntegriCloud