summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-01-25 15:44:12 +0100
committersmos <seth.mos@dds.nl>2012-01-25 15:45:07 +0100
commit32dc81094b3e1172f27cdc08f4c9386b8b8cf435 (patch)
tree32957b0bde18fbb51565ce087f691a1c355121d8 /usr
parent0eb7867634e2f8410a0791a95fc1e87583773c1c (diff)
downloadpfsense-32dc81094b3e1172f27cdc08f4c9386b8b8cf435.zip
pfsense-32dc81094b3e1172f27cdc08f4c9386b8b8cf435.tar.gz
Clarify the UI text with example IPv6 prefix.
Ticket #2117
Diffstat (limited to 'usr')
-rwxr-xr-xusr/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 4d3d3df..10b2ce5 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1729,7 +1729,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<td width="78%" class="vtable">
<input name="prefix-6rd" type="text" class="formfld unknown" id="prefix-6rd" size="40" value="<?=htmlspecialchars($pconfig['prefix-6rd']);?>">
<br>
- <?=gettext("The value in this field is 6RD prefix assigned by your ISP") ?><br />
+ <?=gettext("The value in this field is the 6RD IPv6 prefix assigned by your ISP. e.g. '2001:db8::/32'") ?><br />
</td>
</tr>
<tr>
@@ -1737,7 +1737,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<td width="78%" class="vtable">
<input name="gateway-6rd" type="text" class="formfld unknown" id="gateway-6rd" size="40" value="<?=htmlspecialchars($pconfig['gateway-6rd']);?>">
<br>
- <?=gettext("The value in this field is 6RD gateway assigned by your ISP") ?><br />
+ <?=gettext("The value in this field is 6RD IPv4 gateway address assigned by your ISP") ?><br />
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud