summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-01-27 00:21:05 -0600
committerChris Buechler <cmb@pfsense.org>2015-01-27 00:21:37 -0600
commit5e3affe26d7a1188dac613e6fe0d9b7c8c039ce3 (patch)
tree276bc46e4ed237cd7d6fd8a2ed8db98cad90eeea /usr/local/www/vpn_openvpn_client.php
parent145eb9907c638f5a1cf279b480a69bb3556c3b7e (diff)
downloadpfsense-5e3affe26d7a1188dac613e6fe0d9b7c8c039ce3.zip
pfsense-5e3affe26d7a1188dac613e6fe0d9b7c8c039ce3.tar.gz
these descriptions were flipped. Ticket #4273
Diffstat (limited to 'usr/local/www/vpn_openvpn_client.php')
-rw-r--r--usr/local/www/vpn_openvpn_client.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php
index 06cd666..f8ff368 100644
--- a/usr/local/www/vpn_openvpn_client.php
+++ b/usr/local/www/vpn_openvpn_client.php
@@ -1018,7 +1018,7 @@ if ($savemsg)
</td>
<td>
<span class="vexpl">
- <?=gettext("Don't add or remove routes automatically. Instead pass routes to "); ?> <strong>--route-up</strong> <?=gettext("script using environmental variables"); ?>.
+ <?=gettext("This option effectively bars the server from adding routes to the client's routing table, however note that this option still allows the server to set the TCP/IP properties of the client's TUN/TAP interface"); ?>.
</span>
</td>
</tr>
@@ -1037,7 +1037,7 @@ if ($savemsg)
</td>
<td>
<span class="vexpl">
- <?=gettext("This option effectively bars the server from adding routes to the client's routing table, however note that this option still allows the server to set the TCP/IP properties of the client's TUN/TAP interface"); ?>.
+ <?=gettext("Don't add or remove routes automatically. Instead pass routes to "); ?> <strong>--route-up</strong> <?=gettext("script using environmental variables"); ?>.
</span>
</td>
</tr>
OpenPOWER on IntegriCloud