summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_csc.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-09-15 14:06:43 -0500
committerChris Buechler <cmb@pfsense.org>2015-09-15 14:06:43 -0500
commit844cbbe9f01bca95257902b32592cc41a8872ddc (patch)
tree364ce68096e594120953bed500579df92f3cc2ea /src/usr/local/www/vpn_openvpn_csc.php
parent54c605d497f4d8fa36074118c67b7926253d75e4 (diff)
downloadpfsense-844cbbe9f01bca95257902b32592cc41a8872ddc.zip
pfsense-844cbbe9f01bca95257902b32592cc41a8872ddc.tar.gz
fix up text
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_csc.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_csc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/vpn_openvpn_csc.php b/src/usr/local/www/vpn_openvpn_csc.php
index 9c8f739..9dffd9d 100644
--- a/src/usr/local/www/vpn_openvpn_csc.php
+++ b/src/usr/local/www/vpn_openvpn_csc.php
@@ -485,8 +485,8 @@ if($act=="new" || $act=="edit"):
// are nested toggles
$section->addInput(new Form_Checkbox(
'netbios_enable',
- 'Netbios Option',
- 'Enable Netbios over TCP/IP',
+ 'NetBIOS Options',
+ 'Enable NetBIOS over TCP/IP',
$pconfig['netbios_enable']
))->setHelp('If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) will be disabled. ');
OpenPOWER on IntegriCloud