diff options
author | Chris Buechler <cmb@pfsense.org> | 2013-08-21 22:33:41 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2013-08-21 22:33:41 -0500 |
commit | afde5956f40c80411a4d95c3368a3e15f09b28f4 (patch) | |
tree | 66e230285a8ebf69e49bd8ca8eebd059e620db88 /usr/local/www | |
parent | 4475997eb68c8bdceec42e3ddbc1617934ea8464 (diff) | |
download | pfsense-afde5956f40c80411a4d95c3368a3e15f09b28f4.zip pfsense-afde5956f40c80411a4d95c3368a3e15f09b28f4.tar.gz |
fix text to remove non-applicable copy/paste from v4 relay
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/services_dhcpv6_relay.php | 2 |
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> |