summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_qinq_edit.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-05-01 00:06:27 -0700
committerStephen Beaver <sbeaver@netgate.com>2016-05-01 21:48:57 -0400
commit60ec80028602e22ab65c876c34d86b8f5421ba50 (patch)
treed69c9a8517b618b510629c4aa6192ac6c36834c7 /src/usr/local/www/interfaces_qinq_edit.php
parent0487483fb058d1b2e2a6132d29ab333c5ce071ed (diff)
downloadpfsense-60ec80028602e22ab65c876c34d86b8f5421ba50.zip
pfsense-60ec80028602e22ab65c876c34d86b8f5421ba50.tar.gz
Miscellaneous Textual Corrections
(cherry picked from commit bb80af580c5a4408e42c76c39c67d173540897db)
Diffstat (limited to 'src/usr/local/www/interfaces_qinq_edit.php')
-rw-r--r--src/usr/local/www/interfaces_qinq_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces_qinq_edit.php b/src/usr/local/www/interfaces_qinq_edit.php
index 6c4d04c..ae98a76 100644
--- a/src/usr/local/www/interfaces_qinq_edit.php
+++ b/src/usr/local/www/interfaces_qinq_edit.php
@@ -280,7 +280,7 @@ $section->addInput(new Form_Checkbox(
'Option(s)',
'Adds interface to QinQ interface groups',
$pconfig['autogroup']
-))->setHelp('Allows rules to be written more easily');
+))->setHelp('Allows rules to be written more easily.');
$section->addInput(new Form_Input(
'descr',
@@ -292,7 +292,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_StaticText(
'Member(s)',
'Ranges can be specified in the inputs below. Enter a range (2-3) or individual numbers.' . '<br />' .
- 'Click "Duplicate" as many times as needed to add new inputs'
+ 'Click "Duplicate" as many times as needed to add new inputs.'
));
if (isset($id) && $a_qinqs[$id]) {
OpenPOWER on IntegriCloud