summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-01-27 00:26:06 -0600
committerChris Buechler <cmb@pfsense.org>2015-01-27 00:26:06 -0600
commita8b61be689a1f8428eecd550e7f4d6d94e157ed7 (patch)
tree52aa33daef6dd69fd12c68c752cb2be7d42c2d0a /usr/local/www/vpn_openvpn_client.php
parent5e3affe26d7a1188dac613e6fe0d9b7c8c039ce3 (diff)
downloadpfsense-a8b61be689a1f8428eecd550e7f4d6d94e157ed7.zip
pfsense-a8b61be689a1f8428eecd550e7f4d6d94e157ed7.tar.gz
use example.com for examples
Diffstat (limited to 'usr/local/www/vpn_openvpn_client.php')
-rw-r--r--usr/local/www/vpn_openvpn_client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php
index f8ff368..2f46ca6 100644
--- a/usr/local/www/vpn_openvpn_client.php
+++ b/usr/local/www/vpn_openvpn_client.php
@@ -1061,7 +1061,7 @@ if ($savemsg)
<td>
<textarea rows="6" cols="78" name="custom_options" id="custom_options"><?=htmlspecialchars($pconfig['custom_options']);?></textarea><br />
<?=gettext("Enter any additional options you would like to add to the OpenVPN client configuration here, separated by a semicolon"); ?><br />
- <?=gettext("EXAMPLE:"); ?> <strong>remote server.mysite.com 1194;</strong> or <strong>remote 1.2.3.4 1194;</strong>
+ <?=gettext("EXAMPLE:"); ?> <strong>remote server.example.com 1194;</strong> or <strong>remote 1.2.3.4 1194;</strong>
</td>
</tr>
</table>
OpenPOWER on IntegriCloud