summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_pppoe_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-21 00:04:25 -0700
committerRenato Botelho <renato@netgate.com>2016-04-21 08:33:53 -0300
commit46a8a9cf4b3fce19b29148f4d2d842667f9762b5 (patch)
tree079967372e1a36a09c7286aee48d958c3f214900 /src/usr/local/www/services_pppoe_edit.php
parent08067906ea76c56227c05eb451a3ba03caa7079b (diff)
downloadpfsense-46a8a9cf4b3fce19b29148f4d2d842667f9762b5.zip
pfsense-46a8a9cf4b3fce19b29148f4d2d842667f9762b5.tar.gz
Services - Punctuation
Clean up some services menu punctuation. (cherry picked from commit e78ecb9681106889f94b5c7f7b1dbf7b46f54766)
Diffstat (limited to 'src/usr/local/www/services_pppoe_edit.php')
-rw-r--r--src/usr/local/www/services_pppoe_edit.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/usr/local/www/services_pppoe_edit.php b/src/usr/local/www/services_pppoe_edit.php
index c381007..a29c516 100644
--- a/src/usr/local/www/services_pppoe_edit.php
+++ b/src/usr/local/www/services_pppoe_edit.php
@@ -361,15 +361,15 @@ $section->addInput(new Form_IpAddress(
'localip',
'Server Address',
$pconfig['localip']
-))->setHelp('Enter the IP address the PPPoE server should give to clients for use as their "gateway"' . '<br />' .
- 'Typically this is set to an unused IP just outside of the client range '. '<br />' .
- 'NOTE: This should NOT be set to any IP address currently in use on this firewall');
+))->setHelp('Enter the IP address the PPPoE server should give to clients for use as their "gateway".' . '<br />' .
+ 'Typically this is set to an unused IP just outside of the client range.'. '<br />' .
+ 'NOTE: This should NOT be set to any IP address currently in use on this firewall.');
$section->addInput(new Form_IpAddress(
'remoteip',
'Remote Address Range',
$pconfig['remoteip']
-))->setHelp('Specify the starting address for the client IP address subnet');
+))->setHelp('Specify the starting address for the client IP address subnet.');
$section->addInput(new Form_Select(
'pppoe_subnet',
@@ -396,7 +396,7 @@ $section->addInput(new Form_IpAddress(
'pppoe_dns2',
null,
$pconfig['pppoe_dns2']
-))->setHelp('If entered these servers will be given to all PPPoE clients, otherwise LAN DNS and one WAN DNS will go to all clients');
+))->setHelp('If entered these servers will be given to all PPPoE clients, otherwise LAN DNS and one WAN DNS will go to all clients.');
$section->addInput(new Form_Checkbox(
'radiusenable',
@@ -404,21 +404,21 @@ $section->addInput(new Form_Checkbox(
'Use RADIUS Authentication',
$pconfig['radiusenable']
))->setHelp('Users will be authenticated using the RADIUS server specified below. The local user database ' .
- 'will not be used');
+ 'will not be used.');
$section->addInput(new Form_Checkbox(
'radacct_enable',
null,
'Use RADIUS Accounting',
$pconfig['radacct_enable']
-))->setHelp('Sends accounting packets to the RADIUS server');
+))->setHelp('Sends accounting packets to the RADIUS server.');
$section->addInput(new Form_Checkbox(
'radiussecenable',
null,
'Use a Backup RADIUS Authentication Server',
$pconfig['radiussecenable']
-))->setHelp('If primary server fails all requests will be sent via backup server');
+))->setHelp('If primary server fails all requests will be sent via backup server.');
$section->addInput(new Form_IpAddress(
'radius_nasip',
@@ -462,7 +462,7 @@ $group->add(new Form_Input(
$pconfig['radiusserveracctport']
))->setHelp('Accounting port (optional)');
-$group->setHelp('Standard ports are 1812 (authentication) and 1813 (accounting)');
+$group->setHelp('Standard ports are 1812 (authentication) and 1813 (accounting).');
$section->add($group);
@@ -495,7 +495,7 @@ $group->add(new Form_Input(
$pconfig['radiusserver2acctport']
))->setHelp('Accounting port (optional)');
-$group->setHelp('Standard ports are 1812 (authentication) and 1813 (accounting)');
+$group->setHelp('Standard ports are 1812 (authentication) and 1813 (accounting).');
$section->add($group);
OpenPOWER on IntegriCloud