summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-08-21 22:33:41 -0500
committerChris Buechler <cmb@pfsense.org>2013-08-21 22:34:06 -0500
commit475aa21460483d9ef849601dab71743aa839fe88 (patch)
tree96771e36e1de8fc1dd62a0115212a3c66404bff4 /usr
parent35e125b463f63b70ca3dbb40978bfc5a92862efa (diff)
downloadpfsense-475aa21460483d9ef849601dab71743aa839fe88.zip
pfsense-475aa21460483d9ef849601dab71743aa839fe88.tar.gz
fix text to remove non-applicable copy/paste from v4 relay
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/services_dhcpv6_relay.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcpv6_relay.php b/usr/local/www/services_dhcpv6_relay.php
index e8bb6d3..4508198 100644
--- a/usr/local/www/services_dhcpv6_relay.php
+++ b/usr/local/www/services_dhcpv6_relay.php
@@ -182,7 +182,7 @@ function enable_change(enable_over) {
<td width="78%" class="vtable">
<input name="server" type="text" class="formfld unknown" id="server" size="20" value="<?=htmlspecialchars($pconfig['server']);?>">
<br>
- <?=gettext("This is the IPv6 address of the server to which DHCPv6 requests are relayed. You can enter multiple server IPv6 addresses, separated by commas. Select \"Proxy requests to DHCPv6 server on WAN subnet\" to relay DHCPv6 packets to the server that was used on the WAN interface.");?>
+ <?=gettext("This is the IPv6 address of the server to which DHCPv6 requests are relayed. You can enter multiple server IPv6 addresses, separated by commas. ");?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud