summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-12-31 21:19:24 -0500
committerChris Buechler <cmb@pfsense.org>2009-12-31 21:20:01 -0500
commit2953c7e967ce48f3800e3500b61ceddb15c37176 (patch)
tree294b0588c0defa187c8a80849fd3efba65e69ae6 /usr/local/www/vpn_openvpn_client.php
parent8395832cec9cf750374dffd612a42944e20db2b8 (diff)
downloadpfsense-2953c7e967ce48f3800e3500b61ceddb15c37176.zip
pfsense-2953c7e967ce48f3800e3500b61ceddb15c37176.tar.gz
fix up text
Diffstat (limited to 'usr/local/www/vpn_openvpn_client.php')
-rw-r--r--usr/local/www/vpn_openvpn_client.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php
index a7abb79..468f88b 100644
--- a/usr/local/www/vpn_openvpn_client.php
+++ b/usr/local/www/vpn_openvpn_client.php
@@ -457,7 +457,7 @@ function autotls_change() {
</table>
Continuously attempt to resolve the server host
name. Useful when communicating with a server
- that is not permanently connected to the internet.
+ that is not permanently connected to the Internet.
</td>
</tr>
<tr>
@@ -687,8 +687,8 @@ function autotls_change() {
<tr>
<td>
<textarea rows="6" cols="78" name="custom_options" id="custom_options"><?=$pconfig['custom_options'];?></textarea><br/>
- Paste any additional options you would like to pass through to the OpenVPN server here seperated by a semicolon<br/>
- EXAMPLE: push "route 10.0.0.0 255.255.255.0";
+ Enter any additional options you would like to add to the OpenVPN client configuration here, seperated by a semicolon<br/>
+ EXAMPLE: route 10.0.0.0 255.255.255.0;
</td>
</tr>
</table>
OpenPOWER on IntegriCloud