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
committerNOYB <Al_Stu@Frontier.com>2016-05-03 14:27:59 -0700
commita6a344d8dfad5f2b8199a0cef6c8f401f5e06db8 (patch)
treea6ed0ec99456eb2bdf5b1a1ff90f99bce5484af6 /src/usr/local/www/interfaces.php
parentf06b86ca1164d737729f4ff721c69c772d354b94 (diff)
downloadpfsense-a6a344d8dfad5f2b8199a0cef6c8f401f5e06db8.zip
pfsense-a6a344d8dfad5f2b8199a0cef6c8f401f5e06db8.tar.gz
Miscellaneous Textual Correction - Interfaces
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