summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-03 14:27:59 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-05-04 08:27:07 -0400
commit8fc18e143d61ffb64383512ea6a0165b01d5f5b2 (patch)
treeb6c923676255e4c8d5b037badba9c69608f0408e /src/usr/local/www/interfaces.php
parent23cc8797358343f69efb9e53047cf91f425955b9 (diff)
downloadpfsense-8fc18e143d61ffb64383512ea6a0165b01d5f5b2.zip
pfsense-8fc18e143d61ffb64383512ea6a0165b01d5f5b2.tar.gz
Miscellaneous Textual Correction - Interfaces
(cherry picked from commit a6a344d8dfad5f2b8199a0cef6c8f401f5e06db8)
Diffstat (limited to 'src/usr/local/www/interfaces.php')
-rw-r--r--src/usr/local/www/interfaces.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index dc7814f..4a45e75 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -2454,7 +2454,7 @@ $section->addInput(new Form_Select(
'IPv6 Interface',
$pconfig['track6-interface'],
build_ipv6interface_list()
-))->setHelp('selects the dynamic IPv6 WAN interface to track for configuration');
+))->setHelp('Selects the dynamic IPv6 WAN interface to track for configuration.');
if ($pconfig['track6-prefix-id'] == "") {
$pconfig['track6-prefix-id'] = 0;
@@ -2521,7 +2521,7 @@ $section->addInput(new Form_Input(
'Phone number',
'text',
$pconfig['phone']
-))->setHelp('Typically *99# for GSM networks and #777 for CDMA networks');
+))->setHelp('Typically *99# for GSM networks and #777 for CDMA networks.');
$section->addInput(new Form_Input(
'apn',
@@ -2561,7 +2561,7 @@ $section->addInput(new Form_Button(
'Advanced PPP',
isset($pconfig['pppid']) ? 'interfaces_ppps_edit.php?id=' . htmlspecialchars($pconfig['pppid']) : 'interfaces_ppps_edit.php',
'fa-cog'
-))->setAttribute('type','button')->addClass('btn-info')->setAttribute('id')->setHelp('Create a new PPP configuration');
+))->setAttribute('type','button')->addClass('btn-info')->setAttribute('id')->setHelp('Create a new PPP configuration.');
$form->add($section);
@@ -2588,7 +2588,7 @@ $section->addInput(new Form_Input(
'Service name',
'text',
$pconfig['provider']
-))->setHelp('This field can usually be left empty');
+))->setHelp('This field can usually be left empty.');
$section->addInput(new Form_Checkbox(
'pppoe_dialondemand',
@@ -2612,7 +2612,7 @@ $section->addInput(new Form_Select(
'Periodic reset',
$pconfig['pppoe-reset-type'],
['' => gettext('Disabled'), 'custom' => gettext('Custom'), 'preset' => gettext('Pre-set')]
-))->setHelp('Select a reset timing type');
+))->setHelp('Select a reset timing type.');
$group = new Form_Group('Custom reset');
$group->addClass('pppoecustom');
OpenPOWER on IntegriCloud